#5E5ED9

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

Shades of Slate Blue #5E5ED9

Tints of Slate Blue #5E5ED9

Color information

#5E5ED9 (or 0x5E5ED9) is unknown color: approx Slate Blue. HEX triplet: 5E, 5E and D9. RGB value is (94,94,217). Sum of RGB (Red+Green+Blue) = 94+94+217=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E5ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ED9 is #A1A126. Grayscale: #6B6B6B. Windows color (decimal): -10592551 or 14245470. OLE color: 14245470.

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

Color convert

RGB9494217-
CMYK0.570.5700.15
HSL240º61.81%60.98%-
HSV(B)240º56.68%85.1%-
XYZ21.1415.3967.5-
YUV108.02189.5118-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 217 (85.16% from 255) = 53.58%
R=23.21%
G=23.21%
B=53.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94942170.570.5700.1524061.8160.98
Hex5E5ED939390Ff03e3d
Octal13613633171710173607675
Binary10111101011110110110011110011110010111111110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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