#595ECE

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

Shades of Slate Blue #595ECE

Tints of Slate Blue #595ECE

Color information

#595ECE (or 0x595ECE) is unknown color: approx Slate Blue. HEX triplet: 59, 5E and CE. RGB value is (89,94,206). Sum of RGB (Red+Green+Blue) = 89+94+206=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #595ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ECE is #A6A131. Grayscale: #686868. Windows color (decimal): -10920242 or 13524569. OLE color: 13524569.

HSL color Cylindrical-coordinate representation of color #595ECE: hue angle of 237.44º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595ECE is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8994206-
CMYK0.570.5400.19
HSL237.44º54.42%57.84%-
HSV(B)237.44º56.8%80.78%-
XYZ19.2614.5960.19-
YUV105.27184.84116.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=22.88%
G=24.16%
B=52.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89942060.570.5400.19237.4454.4257.84
Hex595ECE3936013ed363a
Octal13113631671660233556672
Binary101100110111101100111011100111011001001111101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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