#5E5878

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

Shades of Smoky #5E5878

Tints of Smoky #5E5878

Color information

#5E5878 (or 0x5E5878) is unknown color: approx Smoky. HEX triplet: 5E, 58 and 78. RGB value is (94,88,120). Sum of RGB (Red+Green+Blue) = 94+88+120=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5878 is #A1A787. Grayscale: #5D5D5D. Windows color (decimal): -10594184 or 7886942. OLE color: 7886942.

HSL color Cylindrical-coordinate representation of color #5E5878: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5878 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9488120-
CMYK0.220.2700.53
HSL251.25º15.38%40.78%-
HSV(B)251.25º26.67%47.06%-
XYZ11.510.7219.23-
YUV93.44142.99128.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=31.13%
G=29.14%
B=39.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94881200.220.2700.53251.2515.3840.78
Hex5E5878161B035fbf29
Octal13613017026330653731751
Binary10111101011000111100010110110110110101111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,88,120); }

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

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

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

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

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

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

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