#595EDE

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

Shades of Slate Blue #595EDE

Tints of Slate Blue #595EDE

Color information

#595EDE (or 0x595EDE) is unknown color: approx Slate Blue. HEX triplet: 59, 5E and DE. RGB value is (89,94,222). Sum of RGB (Red+Green+Blue) = 89+94+222=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #595EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EDE is #A6A121. Grayscale: #6A6A6A. Windows color (decimal): -10920226 or 14573145. OLE color: 14573145.

HSL color Cylindrical-coordinate representation of color #595EDE: hue angle of 237.74º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595EDE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8994222-
CMYK0.600.5800.13
HSL237.74º66.83%60.98%-
HSV(B)237.74º59.91%87.06%-
XYZ21.3115.470.96-
YUV107.1192.84115.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.98%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 222 (87.11% from 255) = 54.81%
R=21.98%
G=23.21%
B=54.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89942220.600.5800.13237.7466.8360.98
Hex595EDE3C3A0Dee433d
Octal131136336747201535610375
Binary101100110111101101111011110011101001101111011101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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