#59526C

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

Shades of Smoky #59526C

Tints of Smoky #59526C

Color information

#59526C (or 0x59526C) is unknown color: approx Smoky. HEX triplet: 59, 52 and 6C. RGB value is (89,82,108). Sum of RGB (Red+Green+Blue) = 89+82+108=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #59526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59526C is #A6AD93. Grayscale: #565656. Windows color (decimal): -10923412 or 7098969. OLE color: 7098969.

HSL color Cylindrical-coordinate representation of color #59526C: hue angle of 256.15º degrees, saturation: 0.14, 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 #59526C is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8982108-
CMYK0.180.2400.58
HSL256.15º13.68%37.25%-
HSV(B)256.15º24.07%42.35%-
XYZ9.849.2415.45-
YUV87.06139.82129.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=31.90%
G=29.39%
B=38.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89821080.180.2400.58256.1513.6837.25
Hex59526C121803A100e25
Octal13112215422300724001645
Binary101100110100101101100100101100001110101000000001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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