#59516A

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

Shades of Smoky #59516A

Tints of Smoky #59516A

Color information

#59516A (or 0x59516A) is unknown color: approx Smoky. HEX triplet: 59, 51 and 6A. RGB value is (89,81,106). Sum of RGB (Red+Green+Blue) = 89+81+106=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #59516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516A is #A6AE95. Grayscale: #565656. Windows color (decimal): -10923670 or 6967641. OLE color: 6967641.

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

Color convert

RGB8981106-
CMYK0.160.2400.58
HSL259.2º13.37%36.67%-
HSV(B)259.2º23.58%41.57%-
XYZ9.669.0514.87-
YUV86.24139.15129.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=32.25%
G=29.35%
B=38.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89811060.160.2400.58259.213.3736.67
Hex59516A101803A103d25
Octal13112115220300724031545
Binary101100110100011101010100001100001110101000000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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