#5E4AD9

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

Shades of Slate Blue #5E4AD9

Tints of Slate Blue #5E4AD9

Color information

#5E4AD9 (or 0x5E4AD9) is unknown color: approx Slate Blue. HEX triplet: 5E, 4A and D9. RGB value is (94,74,217). Sum of RGB (Red+Green+Blue) = 94+74+217=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E4AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4AD9 is #A1B526. Grayscale: #5F5F5F. Windows color (decimal): -10597671 or 14240350. OLE color: 14240350.

HSL color Cylindrical-coordinate representation of color #5E4AD9: hue angle of 248.39º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E4AD9 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9474217-
CMYK0.570.6600.15
HSL248.39º65.3%57.06%-
HSV(B)248.39º65.9%85.1%-
XYZ19.5912.2966.98-
YUV96.28196.13126.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 217 (85.16% from 255) = 56.36%
R=24.42%
G=19.22%
B=56.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94742170.570.6600.15248.3965.357.06
Hex5E4AD939420Ff84139
Octal1361123317110201737010171
Binary1011110100101011011001111001100001001111111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,74,217); }

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

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

 a { background-color: rgb(94,74,217); }

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

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

 span { border-color: rgb(94,74,217); }

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