#5A5CCE

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

Shades of Slate Blue #5A5CCE

Tints of Slate Blue #5A5CCE

Color information

#5A5CCE (or 0x5A5CCE) is unknown color: approx Slate Blue. HEX triplet: 5A, 5C and CE. RGB value is (90,92,206). Sum of RGB (Red+Green+Blue) = 90+92+206=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5CCE is #A5A331. Grayscale: #676767. Windows color (decimal): -10855218 or 13524058. OLE color: 13524058.

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

Color convert

RGB9092206-
CMYK0.560.5500.19
HSL238.97º54.21%58.04%-
HSV(B)238.97º56.31%80.78%-
XYZ19.1814.2860.14-
YUV104.4185.34117.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.20%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=23.20%
G=23.71%
B=53.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90922060.560.5500.19238.9754.2158.04
Hex5A5CCE3837013ef363a
Octal13213431670670233576672
Binary101101010111001100111011100011011101001111101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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