#595EE2

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

Shades of Slate Blue #595EE2

Tints of Slate Blue #595EE2

Color information

#595EE2 (or 0x595EE2) is unknown color: approx Slate Blue. HEX triplet: 59, 5E and E2. RGB value is (89,94,226). Sum of RGB (Red+Green+Blue) = 89+94+226=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #595EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EE2 is #A6A11D. Grayscale: #6B6B6B. Windows color (decimal): -10920222 or 14835289. OLE color: 14835289.

HSL color Cylindrical-coordinate representation of color #595EE2: hue angle of 237.81º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595EE2 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8994226-
CMYK0.610.5800.11
HSL237.81º70.26%61.76%-
HSV(B)237.81º60.62%88.63%-
XYZ21.8515.6273.81-
YUV107.55194.84114.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 226 (88.67% from 255) = 55.26%
R=21.76%
G=22.98%
B=55.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal89942260.610.5800.11237.8170.2661.76
Hex595EE23D3A0Bee463e
Octal131136342757201335610676
Binary101100110111101110001011110111101001011111011101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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