#5E586A

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

Shades of Smoky #5E586A

Tints of Smoky #5E586A

Color information

#5E586A (or 0x5E586A) is unknown color: approx Smoky. HEX triplet: 5E, 58 and 6A. RGB value is (94,88,106). Sum of RGB (Red+Green+Blue) = 94+88+106=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E586A is #A1A795. Grayscale: #5B5B5B. Windows color (decimal): -10594198 or 6969438. OLE color: 6969438.

HSL color Cylindrical-coordinate representation of color #5E586A: hue angle of 260º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E586A is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9488106-
CMYK0.110.1700.58
HSL260º9.28%38.04%-
HSV(B)260º16.98%41.57%-
XYZ10.7110.415.08-
YUV91.85135.99129.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=32.64%
G=30.56%
B=36.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94881060.110.1700.582609.2838.04
Hex5E586AB1103A104926
Octal13613015213210724041146
Binary10111101011000110101010111000101110101000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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