#5E55CE

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

Shades of Slate Blue #5E55CE

Tints of Slate Blue #5E55CE

Color information

#5E55CE (or 0x5E55CE) is unknown color: approx Slate Blue. HEX triplet: 5E, 55 and CE. RGB value is (94,85,206). Sum of RGB (Red+Green+Blue) = 94+85+206=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E55CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55CE is #A1AA31. Grayscale: #656565. Windows color (decimal): -10594866 or 13522270. OLE color: 13522270.

HSL color Cylindrical-coordinate representation of color #5E55CE: hue angle of 244.46º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E55CE is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9485206-
CMYK0.540.5900.19
HSL244.46º55.25%57.06%-
HSV(B)244.46º58.74%80.78%-
XYZ19.0113.3359.96-
YUV101.48186.98122.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 206 (80.86% from 255) = 53.51%
R=24.42%
G=22.08%
B=53.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94852060.540.5900.19244.4655.2557.06
Hex5E55CE363B013f43739
Octal13612531666730233646771
Binary101111010101011100111011011011101101001111110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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