#59516C

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

Shades of Smoky #59516C

Tints of Smoky #59516C

Color information

#59516C (or 0x59516C) is unknown color: approx Smoky. HEX triplet: 59, 51 and 6C. RGB value is (89,81,108). Sum of RGB (Red+Green+Blue) = 89+81+108=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #59516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59516C is #A6AE93. Grayscale: #565656. Windows color (decimal): -10923668 or 7098713. OLE color: 7098713.

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

Color convert

RGB8981108-
CMYK0.180.2500.58
HSL257.78º14.29%37.06%-
HSV(B)257.78º25%42.35%-
XYZ9.779.0915.43-
YUV86.47140.15129.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=32.01%
G=29.14%
B=38.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89811080.180.2500.58257.7814.2937.06
Hex59516C121903A102e25
Octal13112115422310724021645
Binary101100110100011101100100101100101110101000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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