#59516D

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

Shades of Smoky #59516D

Tints of Smoky #59516D

Color information

#59516D (or 0x59516D) is unknown color: approx Smoky. HEX triplet: 59, 51 and 6D. RGB value is (89,81,109). Sum of RGB (Red+Green+Blue) = 89+81+109=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #59516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516D is #A6AE92. Grayscale: #565656. Windows color (decimal): -10923667 or 7164249. OLE color: 7164249.

HSL color Cylindrical-coordinate representation of color #59516D: hue angle of 257.14º 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 #59516D is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8981109-
CMYK0.180.2600.57
HSL257.14º14.74%37.25%-
HSV(B)257.14º25.69%42.75%-
XYZ9.829.1115.71-
YUV86.58140.65129.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=31.90%
G=29.03%
B=39.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89811090.180.2600.57257.1414.7437.25
Hex59516D121A039101f25
Octal13112115522320714011745
Binary101100110100011101101100101101001110011000000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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