#595960

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

Shades of Smoky #595960

Tints of Smoky #595960

Color information

#595960 (or 0x595960) is unknown color: approx Smoky. HEX triplet: 59, 59 and 60. RGB value is (89,89,96). Sum of RGB (Red+Green+Blue) = 89+89+96=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #595960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595960 is #A6A69F. Grayscale: #595959. Windows color (decimal): -10921632 or 6314329. OLE color: 6314329.

HSL color Cylindrical-coordinate representation of color #595960: hue angle of 240º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595960 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB898996-
CMYK0.070.0700.62
HSL240º3.78%36.27%-
HSV(B)240º7.29%37.65%-
XYZ9.810.1112.5-
YUV89.8131.5127.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.48%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=32.48%
G=32.48%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8989960.070.0700.622403.7836.27
Hex5959607703Ef0424
Octal13113114077076360444
Binary101100110110011100000111111011111011110000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595960; }

 p { color: rgb(89,89,96); }

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

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

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

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

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

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

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