#5C64DB

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

Shades of Slate Blue #5C64DB

Tints of Slate Blue #5C64DB

Color information

#5C64DB (or 0x5C64DB) is unknown color: approx Slate Blue. HEX triplet: 5C, 64 and DB. RGB value is (92,100,219). Sum of RGB (Red+Green+Blue) = 92+100+219=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C64DB is #A39B24. Grayscale: #6E6E6E. Windows color (decimal): -10722085 or 14378076. OLE color: 14378076.

HSL color Cylindrical-coordinate representation of color #5C64DB: hue angle of 236.22º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C64DB is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92100219-
CMYK0.580.5400.14
HSL236.22º63.82%60.98%-
HSV(B)236.22º57.99%85.88%-
XYZ21.7616.569.06-
YUV111.17188.85114.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.38%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 219 (85.94% from 255) = 53.28%
R=22.38%
G=24.33%
B=53.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921002190.580.5400.14236.2263.8260.98
Hex5C64DB3A360Eec403d
Octal134144333726601635410075
Binary101110011001001101101111101011011001110111011001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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