#59526A

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

Shades of Smoky #59526A

Tints of Smoky #59526A

Color information

#59526A (or 0x59526A) is unknown color: approx Smoky. HEX triplet: 59, 52 and 6A. RGB value is (89,82,106). Sum of RGB (Red+Green+Blue) = 89+82+106=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #59526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526A is #A6AD95. Grayscale: #565656. Windows color (decimal): -10923414 or 6967897. OLE color: 6967897.

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

Color convert

RGB8982106-
CMYK0.160.2300.58
HSL257.5º12.77%36.86%-
HSV(B)257.5º22.64%41.57%-
XYZ9.749.214.9-
YUV86.83138.82129.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=32.13%
G=29.60%
B=38.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89821060.160.2300.58257.512.7736.86
Hex59526A101703A102d25
Octal13112215220270724021545
Binary101100110100101101010100001011101110101000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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