#5E57E6

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

Shades of Slate Blue #5E57E6

Tints of Slate Blue #5E57E6

Color information

#5E57E6 (or 0x5E57E6) is unknown color: approx Slate Blue. HEX triplet: 5E, 57 and E6. RGB value is (94,87,230). Sum of RGB (Red+Green+Blue) = 94+87+230=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E57E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57E6 is #A1A819. Grayscale: #686868. Windows color (decimal): -10594330 or 15095646. OLE color: 15095646.

HSL color Cylindrical-coordinate representation of color #5E57E6: hue angle of 242.94º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E57E6 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9487230-
CMYK0.590.6200.10
HSL242.94º74.09%62.16%-
HSV(B)242.94º62.17%90.2%-
XYZ22.3114.9176.56-
YUV105.4198.32119.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.87%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 230 (90.23% from 255) = 55.96%
R=22.87%
G=21.17%
B=55.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal94872300.590.6200.10242.9474.0962.16
Hex5E57E63B3E0Af34a3e
Octal136127346737601236311276
Binary101111010101111110011011101111111001010111100111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E57E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,87,230); }

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

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

 a { background-color: rgb(94,87,230); }

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

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

 span { border-color: rgb(94,87,230); }

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