#5347CB

Color #5347CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5347CB

Tints of Slate Blue #5347CB

Color information

#5347CB (or 0x5347CB) is unknown color: approx Slate Blue. HEX triplet: 53, 47 and CB. RGB value is (83,71,203). Sum of RGB (Red+Green+Blue) = 83+71+203=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #5347CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347CB is #ACB834. Grayscale: #595959. Windows color (decimal): -11319349 or 13322067. OLE color: 13322067.

HSL color Cylindrical-coordinate representation of color #5347CB: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5347CB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8371203-
CMYK0.590.6500.20
HSL245.45º55.93%53.73%-
HSV(B)245.45º65.02%79.61%-
XYZ16.610.6657.68-
YUV89.64191.98123.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 203 (79.69% from 255) = 56.86%
R=23.25%
G=19.89%
B=56.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83712030.590.6500.20245.4555.9353.73
Hex5347CB3B41014f53836
Octal123107313731010243657066
Binary1010011100011111001011111011100000101010011110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5347CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5347CB; }

 p { color: rgb(83,71,203); }

 H1.HeaderClassName
 {
   color: #5347CB;
 }
 .AnyTagClassName
 {
   color: #5347CB;
 }
</style>
background-color css

<style>
 a { background-color: #5347CB; }

 a { background-color: rgb(83,71,203); }

 div.DivClassName
 {
   background-color: #5347CB;
 }
 .BgClassName
 {
   background-color: #5347CB;
 }
</style>
border-color css

<style>
 span { border-color: #5347CB; }

 span { border-color: rgb(83,71,203); }

 td.TdClassName
 {
   border-color: #5347CB;
 }
 .TagClassName
 {
   border-color: #5347CB;
 }
</style>