#5C56CC

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

Shades of Slate Blue #5C56CC

Tints of Slate Blue #5C56CC

Color information

#5C56CC (or 0x5C56CC) is unknown color: approx Slate Blue. HEX triplet: 5C, 56 and CC. RGB value is (92,86,204). Sum of RGB (Red+Green+Blue) = 92+86+204=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56CC is #A3A933. Grayscale: #646464. Windows color (decimal): -10725684 or 13391452. OLE color: 13391452.

HSL color Cylindrical-coordinate representation of color #5C56CC: hue angle of 243.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C56CC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9286204-
CMYK0.550.5800.2
HSL243.05º53.64%56.86%-
HSV(B)243.05º57.84%80%-
XYZ18.6413.2958.71-
YUV101.25185.99121.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.08%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=24.08%
G=22.51%
B=53.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92862040.550.5800.2243.0553.6456.86
Hex5C56CC373A014f33639
Octal13412631467720243636671
Binary101110010101101100110011011111101001010011110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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