#5e5bde

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

Shades of Slate Blue #5E5BDE

Tints of Slate Blue #5E5BDE

Color information

#5E5BDE (or 0x5E5BDE) is unknown color: approx Slate Blue. HEX triplet: 5E, 5B and DE. RGB value is (94,91,222). Sum of RGB (Red+Green+Blue) = 94+91+222=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E5BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BDE is #A1A421. Grayscale: #6A6A6A. Windows color (decimal): -10593314 or 14572382. OLE color: 14572382.

HSL color Cylindrical-coordinate representation of color #5E5BDE: hue angle of 241.37º degrees, saturation: 0.66, 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 #5E5BDE is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9491222-
CMYK0.580.5900.13
HSL241.37º66.5%61.37%-
HSV(B)241.37º59.01%87.06%-
XYZ21.5415.1470.89-
YUV106.83192.99118.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=23.10%
G=22.36%
B=54.55%

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
Decimal94912220.580.5900.13241.3766.561.37
Hex5E5BDE3A3B0Df1423d
Octal136133336727301536110275
Binary101111010110111101111011101011101101101111100011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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