#5E40E4

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

Shades of Slate Blue #5E40E4

Tints of Slate Blue #5E40E4

Color information

#5E40E4 (or 0x5E40E4) is unknown color: approx Slate Blue. HEX triplet: 5E, 40 and E4. RGB value is (94,64,228). Sum of RGB (Red+Green+Blue) = 94+64+228=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #5E40E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40E4 is #A1BF1B. Grayscale: #5B5B5B. Windows color (decimal): -10600220 or 14958686. OLE color: 14958686.

HSL color Cylindrical-coordinate representation of color #5E40E4: hue angle of 250.98º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E40E4 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9464228-
CMYK0.590.7200.11
HSL250.98º75.23%57.25%-
HSV(B)250.98º71.93%89.41%-
XYZ20.4511.6574.57-
YUV91.67204.94129.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 228 (89.45% from 255) = 59.07%
R=24.35%
G=16.58%
B=59.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal94642280.590.7200.11250.9875.2357.25
Hex5E40E43B480Bfb4b39
Octal1361003447311001337311371
Binary1011110100000011100100111011100100001011111110111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E40E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,228); }

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

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

 a { background-color: rgb(94,64,228); }

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

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

 span { border-color: rgb(94,64,228); }

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