#5E5ADE

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

Shades of Slate Blue #5E5ADE

Tints of Slate Blue #5E5ADE

Color information

#5E5ADE (or 0x5E5ADE) is unknown color: approx Slate Blue. HEX triplet: 5E, 5A and DE. RGB value is (94,90,222). Sum of RGB (Red+Green+Blue) = 94+90+222=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E5ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ADE is #A1A521. Grayscale: #696969. Windows color (decimal): -10593570 or 14572126. OLE color: 14572126.

HSL color Cylindrical-coordinate representation of color #5E5ADE: hue angle of 241.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E5ADE is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9490222-
CMYK0.580.5900.13
HSL241.82º66.67%61.18%-
HSV(B)241.82º59.46%87.06%-
XYZ21.4614.9770.87-
YUV106.24193.33119.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.15%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=23.15%
G=22.17%
B=54.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal94902220.580.5900.13241.8266.6761.18
Hex5E5ADE3A3B0Df2433d
Octal136132336727301536210375
Binary101111010110101101111011101011101101101111100101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,90,222); }

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

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

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

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

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

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

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