#596D6D

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

Shades of Nevada #596D6D

Tints of Nevada #596D6D

Color information

#596D6D (or 0x596D6D) is unknown color: approx Nevada. HEX triplet: 59, 6D and 6D. RGB value is (89,109,109). Sum of RGB (Red+Green+Blue) = 89+109+109=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #596D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D6D is #A69292. Grayscale: #676767. Windows color (decimal): -10916499 or 7171417. OLE color: 7171417.

HSL color Cylindrical-coordinate representation of color #596D6D: hue angle of 180º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596D6D is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB89109109-
CMYK0.18000.57
HSL180º10.1%38.82%-
HSV(B)180º18.35%42.75%-
XYZ12.3514.1716.55-
YUV103.02131.37118-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=28.99%
G=35.50%
B=35.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal891091090.18000.5718010.138.82
Hex596D6D120039b4a27
Octal1311551552200712641247
Binary1011001110110111011011001000111001101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596D6D; }

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

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

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

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

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

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

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

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