#5C64CB

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

Shades of Slate Blue #5C64CB

Tints of Slate Blue #5C64CB

Color information

#5C64CB (or 0x5C64CB) is unknown color: approx Slate Blue. HEX triplet: 5C, 64 and CB. RGB value is (92,100,203). Sum of RGB (Red+Green+Blue) = 92+100+203=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C64CB is #A39B34. Grayscale: #6C6C6C. Windows color (decimal): -10722101 or 13329500. OLE color: 13329500.

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

Color convert

RGB92100203-
CMYK0.550.5100.20
HSL235.68º51.63%57.84%-
HSV(B)235.68º54.68%79.61%-
XYZ19.7515.758.49-
YUV109.35180.85115.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.29%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=23.29%
G=25.32%
B=51.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921002030.550.5100.20235.6851.6357.84
Hex5C64CB3733014ec343a
Octal13414431367630243546472
Binary101110011001001100101111011111001101010011101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,100,203); }

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

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

 a { background-color: rgb(92,100,203); }

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

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

 span { border-color: rgb(92,100,203); }

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