#595AD3

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

Shades of Slate Blue #595AD3

Tints of Slate Blue #595AD3

Color information

#595AD3 (or 0x595AD3) is unknown color: approx Slate Blue. HEX triplet: 59, 5A and D3. RGB value is (89,90,211). Sum of RGB (Red+Green+Blue) = 89+90+211=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #595AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AD3 is #A6A52C. Grayscale: #676767. Windows color (decimal): -10921261 or 13851225. OLE color: 13851225.

HSL color Cylindrical-coordinate representation of color #595AD3: hue angle of 239.51º degrees, saturation: 0.58, 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 #595AD3 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8990211-
CMYK0.580.5700.17
HSL239.51º58.1%58.82%-
HSV(B)239.51º57.82%82.75%-
XYZ19.5314.1463.33-
YUV103.5188.67117.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 211 (82.81% from 255) = 54.10%
R=22.82%
G=23.08%
B=54.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal89902110.580.5700.17239.5158.158.82
Hex595AD33A39011f03a3b
Octal13113232372710213607273
Binary101100110110101101001111101011100101000111110000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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