#5e56e7

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

Shades of Slate Blue #5E56E7

Tints of Slate Blue #5E56E7

Color information

#5E56E7 (or 0x5E56E7) is unknown color: approx Slate Blue. HEX triplet: 5E, 56 and E7. RGB value is (94,86,231). Sum of RGB (Red+Green+Blue) = 94+86+231=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #5E56E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E56E7 is #A1A918. Grayscale: #686868. Windows color (decimal): -10594585 or 15160926. OLE color: 15160926.

HSL color Cylindrical-coordinate representation of color #5E56E7: hue angle of 243.31º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E56E7 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9486231-
CMYK0.590.6300.09
HSL243.31º75.13%62.16%-
HSV(B)243.31º62.77%90.59%-
XYZ22.3714.877.28-
YUV104.92199.15120.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.87%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 231 (90.62% from 255) = 56.20%
R=22.87%
G=20.92%
B=56.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal94862310.590.6300.09243.3175.1362.16
Hex5E56E73B3F09f34b3e
Octal136126347737701136311376
Binary101111010101101110011111101111111101001111100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e56e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,86,231); }

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

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

 a { background-color: rgb(94,86,231); }

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

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

 span { border-color: rgb(94,86,231); }

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