#59506D

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

Shades of Smoky #59506D

Tints of Smoky #59506D

Color information

#59506D (or 0x59506D) is unknown color: approx Smoky. HEX triplet: 59, 50 and 6D. RGB value is (89,80,109). Sum of RGB (Red+Green+Blue) = 89+80+109=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #59506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59506D is #A6AF92. Grayscale: #555555. Windows color (decimal): -10923923 or 7163993. OLE color: 7163993.

HSL color Cylindrical-coordinate representation of color #59506D: hue angle of 258.62º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59506D is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8980109-
CMYK0.180.2700.57
HSL258.62º15.34%37.06%-
HSV(B)258.62º26.61%42.75%-
XYZ9.758.9715.68-
YUV86140.98130.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=32.01%
G=28.78%
B=39.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89801090.180.2700.57258.6215.3437.06
Hex59506D121B039103f25
Octal13112015522330714031745
Binary101100110100001101101100101101101110011000000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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