#5E59D4

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

Shades of Slate Blue #5E59D4

Tints of Slate Blue #5E59D4

Color information

#5E59D4 (or 0x5E59D4) is unknown color: approx Slate Blue. HEX triplet: 5E, 59 and D4. RGB value is (94,89,212). Sum of RGB (Red+Green+Blue) = 94+89+212=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #5E59D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59D4 is #A1A62B. Grayscale: #686868. Windows color (decimal): -10593836 or 13916510. OLE color: 13916510.

HSL color Cylindrical-coordinate representation of color #5E59D4: hue angle of 242.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E59D4 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9489212-
CMYK0.560.5800.17
HSL242.44º58.85%59.02%-
HSV(B)242.44º58.02%83.14%-
XYZ20.0714.2863.99-
YUV104.52188.66120.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.80%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 212 (83.20% from 255) = 53.67%
R=23.80%
G=22.53%
B=53.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94892120.560.5800.17242.4458.8559.02
Hex5E59D4383A011f23b3b
Octal13613132470720213627373
Binary101111010110011101010011100011101001000111110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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