#5F596F

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

Shades of Smoky #5F596F

Tints of Smoky #5F596F

Color information

#5F596F (or 0x5F596F) is unknown color: approx Smoky. HEX triplet: 5F, 59 and 6F. RGB value is (95,89,111). Sum of RGB (Red+Green+Blue) = 95+89+111=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F596F is #A0A690. Grayscale: #5D5D5D. Windows color (decimal): -10528401 or 7297375. OLE color: 7297375.

HSL color Cylindrical-coordinate representation of color #5F596F: hue angle of 256.36º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F596F is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9589111-
CMYK0.140.2000.56
HSL256.36º11%39.22%-
HSV(B)256.36º19.82%43.53%-
XYZ11.1610.7316.52-
YUV93.3137.99129.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=32.20%
G=30.17%
B=37.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95891110.140.2000.56256.361139.22
Hex5F596FE14038100b27
Octal13713115716240704001347
Binary10111111011001110111111101010001110001000000001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F596F; }

 p { color: rgb(95,89,111); }

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

<style>
 a { background-color: #5F596F; }

 a { background-color: rgb(95,89,111); }

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

<style>
 span { border-color: #5F596F; }

 span { border-color: rgb(95,89,111); }

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