#59556A

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

Shades of Smoky #59556A

Tints of Smoky #59556A

Color information

#59556A (or 0x59556A) is unknown color: approx Smoky. HEX triplet: 59, 55 and 6A. RGB value is (89,85,106). Sum of RGB (Red+Green+Blue) = 89+85+106=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: blue. Hex color #59556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59556A is #A6AA95. Grayscale: #585858. Windows color (decimal): -10922646 or 6968665. OLE color: 6968665.

HSL color Cylindrical-coordinate representation of color #59556A: hue angle of 251.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59556A is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8985106-
CMYK0.160.2000.58
HSL251.43º10.99%37.45%-
HSV(B)251.43º19.81%41.57%-
XYZ9.979.6614.98-
YUV88.59137.83128.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=31.79%
G=30.36%
B=37.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89851060.160.2000.58251.4310.9937.45
Hex59556A101403Afbb25
Octal13112515220240723731345
Binary10110011010101110101010000101000111010111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59556A; }

 p { color: rgb(89,85,106); }

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

<style>
 a { background-color: #59556A; }

 a { background-color: rgb(89,85,106); }

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

<style>
 span { border-color: #59556A; }

 span { border-color: rgb(89,85,106); }

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