#5C5AD8

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

Shades of Slate Blue #5C5AD8

Tints of Slate Blue #5C5AD8

Color information

#5C5AD8 (or 0x5C5AD8) is unknown color: approx Slate Blue. HEX triplet: 5C, 5A and D8. RGB value is (92,90,216). Sum of RGB (Red+Green+Blue) = 92+90+216=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C5AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5AD8 is #A3A527. Grayscale: #686868. Windows color (decimal): -10724648 or 14178908. OLE color: 14178908.

HSL color Cylindrical-coordinate representation of color #5C5AD8: hue angle of 240.95º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C5AD8 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9290216-
CMYK0.570.5800.15
HSL240.95º61.76%60%-
HSV(B)240.95º58.33%84.71%-
XYZ20.4614.5566.69-
YUV104.96190.66118.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.12%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 216 (84.77% from 255) = 54.27%
R=23.12%
G=22.61%
B=54.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92902160.570.5800.15240.9561.7660
Hex5C5AD8393A0Ff13e3c
Octal13413233071720173617674
Binary10111001011010110110001110011110100111111110001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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