#5E59D7

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

Shades of Slate Blue #5E59D7

Tints of Slate Blue #5E59D7

Color information

#5E59D7 (or 0x5E59D7) is unknown color: approx Slate Blue. HEX triplet: 5E, 59 and D7. RGB value is (94,89,215). Sum of RGB (Red+Green+Blue) = 94+89+215=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E59D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59D7 is #A1A628. Grayscale: #686868. Windows color (decimal): -10593833 or 14113118. OLE color: 14113118.

HSL color Cylindrical-coordinate representation of color #5E59D7: hue angle of 242.38º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E59D7 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9489215-
CMYK0.560.5900.16
HSL242.38º61.17%59.61%-
HSV(B)242.38º58.6%84.31%-
XYZ20.4514.4366-
YUV104.86190.16120.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 215 (84.38% from 255) = 54.02%
R=23.62%
G=22.36%
B=54.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal94892150.560.5900.16242.3861.1759.61
Hex5E59D7383B010f23d3c
Octal13613132770730203627574
Binary101111010110011101011111100011101101000011110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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