#5C56C9

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

Shades of Slate Blue #5C56C9

Tints of Slate Blue #5C56C9

Color information

#5C56C9 (or 0x5C56C9) is unknown color: approx Slate Blue. HEX triplet: 5C, 56 and C9. RGB value is (92,86,201). Sum of RGB (Red+Green+Blue) = 92+86+201=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C56C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56C9 is #A3A936. Grayscale: #646464. Windows color (decimal): -10725687 or 13194844. OLE color: 13194844.

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

Color convert

RGB9286201-
CMYK0.540.5700.21
HSL243.13º51.57%56.27%-
HSV(B)243.13º57.21%78.82%-
XYZ18.2813.1556.83-
YUV100.9184.49121.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 201 (78.91% from 255) = 53.03%
R=24.27%
G=22.69%
B=53.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92862010.540.5700.21243.1351.5756.27
Hex5C56C93639015f33438
Octal13412631166710253636470
Binary101110010101101100100111011011100101010111110011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C56C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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