#595AD2

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

Shades of Slate Blue #595AD2

Tints of Slate Blue #595AD2

Color information

#595AD2 (or 0x595AD2) is unknown color: approx Slate Blue. HEX triplet: 59, 5A and D2. RGB value is (89,90,210). Sum of RGB (Red+Green+Blue) = 89+90+210=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #595AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AD2 is #A6A52D. Grayscale: #666666. Windows color (decimal): -10921262 or 13785689. OLE color: 13785689.

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

Color convert

RGB8990210-
CMYK0.580.5700.18
HSL239.5º57.35%58.63%-
HSV(B)239.5º57.62%82.35%-
XYZ19.4114.0962.67-
YUV103.38188.17117.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 210 (82.42% from 255) = 53.98%
R=22.88%
G=23.14%
B=53.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89902100.580.5700.18239.557.3558.63
Hex595AD23A39012f0393b
Octal13113232272710223607173
Binary101100110110101101001011101011100101001011110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595AD2; }

 p { color: rgb(89,90,210); }

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

<style>
 a { background-color: #595AD2; }

 a { background-color: rgb(89,90,210); }

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

<style>
 span { border-color: #595AD2; }

 span { border-color: rgb(89,90,210); }

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