#595ED2

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

Shades of Slate Blue #595ED2

Tints of Slate Blue #595ED2

Color information

#595ED2 (or 0x595ED2) is unknown color: approx Slate Blue. HEX triplet: 59, 5E and D2. RGB value is (89,94,210). Sum of RGB (Red+Green+Blue) = 89+94+210=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #595ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ED2 is #A6A12D. Grayscale: #696969. Windows color (decimal): -10920238 or 13786713. OLE color: 13786713.

HSL color Cylindrical-coordinate representation of color #595ED2: hue angle of 237.52º 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 #595ED2 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8994210-
CMYK0.580.5500.18
HSL237.52º57.35%58.63%-
HSV(B)237.52º57.62%82.35%-
XYZ19.7614.7862.78-
YUV105.73186.84116.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.65%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 210 (82.42% from 255) = 53.44%
R=22.65%
G=23.92%
B=53.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89942100.580.5500.18237.5257.3558.63
Hex595ED23A37012ee393b
Octal13113632272670223567173
Binary101100110111101101001011101011011101001011101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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