#5E55DE

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

Shades of Slate Blue #5E55DE

Tints of Slate Blue #5E55DE

Color information

#5E55DE (or 0x5E55DE) is unknown color: approx Slate Blue. HEX triplet: 5E, 55 and DE. RGB value is (94,85,222). Sum of RGB (Red+Green+Blue) = 94+85+222=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E55DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55DE is #A1AA21. Grayscale: #666666. Windows color (decimal): -10594850 or 14570846. OLE color: 14570846.

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

Color convert

RGB9485222-
CMYK0.580.6200.13
HSL243.94º67.49%60.2%-
HSV(B)243.94º61.71%87.06%-
XYZ21.0514.1570.73-
YUV103.31194.98121.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 222 (87.11% from 255) = 55.36%
R=23.44%
G=21.20%
B=55.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal94852220.580.6200.13243.9467.4960.2
Hex5E55DE3A3E0Df4433c
Octal136125336727601536410374
Binary101111010101011101111011101011111001101111101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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