#595AE2

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

Shades of Slate Blue #595AE2

Tints of Slate Blue #595AE2

Color information

#595AE2 (or 0x595AE2) is unknown color: approx Slate Blue. HEX triplet: 59, 5A and E2. RGB value is (89,90,226). Sum of RGB (Red+Green+Blue) = 89+90+226=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #595AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AE2 is #A6A51D. Grayscale: #686868. Windows color (decimal): -10921246 or 14834265. OLE color: 14834265.

HSL color Cylindrical-coordinate representation of color #595AE2: hue angle of 239.56º 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 #595AE2 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8990226-
CMYK0.610.6000.11
HSL239.56º70.26%61.76%-
HSV(B)239.56º60.62%88.63%-
XYZ21.514.9373.7-
YUV105.2196.17116.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.98%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 226 (88.67% from 255) = 55.80%
R=21.98%
G=22.22%
B=55.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal89902260.610.6000.11239.5670.2661.76
Hex595AE23D3C0Bf0463e
Octal131132342757401336010676
Binary101100110110101110001011110111110001011111100001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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