#5C4CC9

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

Shades of Slate Blue #5C4CC9

Tints of Slate Blue #5C4CC9

Color information

#5C4CC9 (or 0x5C4CC9) is unknown color: approx Slate Blue. HEX triplet: 5C, 4C and C9. RGB value is (92,76,201). Sum of RGB (Red+Green+Blue) = 92+76+201=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C4CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CC9 is #A3B336. Grayscale: #5E5E5E. Windows color (decimal): -10728247 or 13192284. OLE color: 13192284.

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

Color convert

RGB9276201-
CMYK0.540.6200.21
HSL247.68º53.65%54.31%-
HSV(B)247.68º62.19%78.82%-
XYZ17.5411.6656.58-
YUV95.03187.8125.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.93%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 201 (78.91% from 255) = 54.47%
R=24.93%
G=20.60%
B=54.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92762010.540.6200.21247.6853.6554.31
Hex5C4CC9363E015f83636
Octal13411431166760253706666
Binary101110010011001100100111011011111001010111111000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,76,201); }

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

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

 a { background-color: rgb(92,76,201); }

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

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

 span { border-color: rgb(92,76,201); }

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