#5C4DC8

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

Shades of Slate Blue #5C4DC8

Tints of Slate Blue #5C4DC8

Color information

#5C4DC8 (or 0x5C4DC8) is unknown color: approx Slate Blue. HEX triplet: 5C, 4D and C8. RGB value is (92,77,200). Sum of RGB (Red+Green+Blue) = 92+77+200=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #5C4DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DC8 is #A3B237. Grayscale: #5F5F5F. Windows color (decimal): -10727992 or 13127004. OLE color: 13127004.

HSL color Cylindrical-coordinate representation of color #5C4DC8: hue angle of 247.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C4DC8 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9277200-
CMYK0.540.6200.22
HSL247.32º52.79%54.31%-
HSV(B)247.32º61.5%78.43%-
XYZ17.4911.7555.99-
YUV95.51186.97125.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.93%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 200 (78.52% from 255) = 54.20%
R=24.93%
G=20.87%
B=54.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal92772000.540.6200.22247.3252.7954.31
Hex5C4DC8363E016f73536
Octal13411531066760263676566
Binary101110010011011100100011011011111001011011110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4DC8; }

 p { color: rgb(92,77,200); }

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

<style>
 a { background-color: #5C4DC8; }

 a { background-color: rgb(92,77,200); }

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

<style>
 span { border-color: #5C4DC8; }

 span { border-color: rgb(92,77,200); }

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