#5C5AD4

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

Shades of Slate Blue #5C5AD4

Tints of Slate Blue #5C5AD4

Color information

#5C5AD4 (or 0x5C5AD4) is unknown color: approx Slate Blue. HEX triplet: 5C, 5A and D4. RGB value is (92,90,212). Sum of RGB (Red+Green+Blue) = 92+90+212=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #5C5AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5AD4 is #A3A52B. Grayscale: #686868. Windows color (decimal): -10724652 or 13916764. OLE color: 13916764.

HSL color Cylindrical-coordinate representation of color #5C5AD4: hue angle of 240.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C5AD4 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9290212-
CMYK0.570.5800.17
HSL240.98º58.65%59.22%-
HSV(B)240.98º57.55%83.14%-
XYZ19.9514.3464-
YUV104.51188.66119.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.35%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 212 (83.20% from 255) = 53.81%
R=23.35%
G=22.84%
B=53.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal92902120.570.5800.17240.9858.6559.22
Hex5C5AD4393A011f13b3b
Octal13413232471720213617373
Binary101110010110101101010011100111101001000111110001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,90,212); }

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

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

 a { background-color: rgb(92,90,212); }

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

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

 span { border-color: rgb(92,90,212); }

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