#5E5570

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

Shades of Smoky #5E5570

Tints of Smoky #5E5570

Color information

#5E5570 (or 0x5E5570) is unknown color: approx Smoky. HEX triplet: 5E, 55 and 70. RGB value is (94,85,112). Sum of RGB (Red+Green+Blue) = 94+85+112=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5570 is #A1AA8F. Grayscale: #5A5A5A. Windows color (decimal): -10594960 or 7361886. OLE color: 7361886.

HSL color Cylindrical-coordinate representation of color #5E5570: hue angle of 260º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E5570 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9485112-
CMYK0.160.2400.56
HSL260º13.71%38.63%-
HSV(B)260º24.11%43.92%-
XYZ10.7910.0516.7-
YUV90.77139.98130.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.30%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=32.30%
G=29.21%
B=38.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94851120.160.2400.5626013.7138.63
Hex5E55701018038104e27
Octal13612516020300704041647
Binary101111010101011110000100001100001110001000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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