#5E59D2

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

Shades of Slate Blue #5E59D2

Tints of Slate Blue #5E59D2

Color information

#5E59D2 (or 0x5E59D2) is unknown color: approx Slate Blue. HEX triplet: 5E, 59 and D2. RGB value is (94,89,210). Sum of RGB (Red+Green+Blue) = 94+89+210=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 89 (35.16% from 255 or 22.65% 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 #5E59D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59D2 is #A1A62D. Grayscale: #676767. Windows color (decimal): -10593838 or 13785438. OLE color: 13785438.

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

Color convert

RGB9489210-
CMYK0.550.5800.18
HSL242.48º57.35%58.63%-
HSV(B)242.48º57.62%82.35%-
XYZ19.8214.1862.66-
YUV104.29187.66120.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94892100.550.5800.18242.4857.3558.63
Hex5E59D2373A012f2393b
Octal13613132267720223627173
Binary101111010110011101001011011111101001001011110010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E59D2; }

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

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

<style>
 a { background-color: #5E59D2; }

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

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

<style>
 span { border-color: #5E59D2; }

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

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