#595961

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

Shades of Smoky #595961

Tints of Smoky #595961

Color information

#595961 (or 0x595961) is unknown color: approx Smoky. HEX triplet: 59, 59 and 61. RGB value is (89,89,97). Sum of RGB (Red+Green+Blue) = 89+89+97=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #595961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595961 is #A6A69E. Grayscale: #595959. Windows color (decimal): -10921631 or 6379865. OLE color: 6379865.

HSL color Cylindrical-coordinate representation of color #595961: 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.08%. Process color model (Four color, CMYK) of #595961 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB898997-
CMYK0.080.0800.62
HSL240º4.3%36.47%-
HSV(B)240º8.25%38.04%-
XYZ9.8510.1312.75-
YUV89.91132127.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=32.36%
G=32.36%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8989970.080.0800.622404.336.47
Hex5959618803Ef0424
Octal1311311411010076360444
Binary10110011011001110000110001000011111011110000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595961; }

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

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

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

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

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

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

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

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