#59516E

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

Shades of Smoky #59516E

Tints of Smoky #59516E

Color information

#59516E (or 0x59516E) is unknown color: approx Smoky. HEX triplet: 59, 51 and 6E. RGB value is (89,81,110). Sum of RGB (Red+Green+Blue) = 89+81+110=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #59516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516E is #A6AE91. Grayscale: #565656. Windows color (decimal): -10923666 or 7229785. OLE color: 7229785.

HSL color Cylindrical-coordinate representation of color #59516E: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59516E is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8981110-
CMYK0.190.2600.57
HSL256.55º15.18%37.45%-
HSV(B)256.55º26.36%43.14%-
XYZ9.889.1315.99-
YUV86.7141.15129.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=31.79%
G=28.93%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89811100.190.2600.57256.5515.1837.45
Hex59516E131A039101f25
Octal13112115623320714011745
Binary101100110100011101110100111101001110011000000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59516E; }

 p { color: rgb(89,81,110); }

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

<style>
 a { background-color: #59516E; }

 a { background-color: rgb(89,81,110); }

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

<style>
 span { border-color: #59516E; }

 span { border-color: rgb(89,81,110); }

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