#596F71

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

Shades of Nevada #596F71

Tints of Nevada #596F71

Color information

#596F71 (or 0x596F71) is unknown color: approx Nevada. HEX triplet: 59, 6F and 71. RGB value is (89,111,113). Sum of RGB (Red+Green+Blue) = 89+111+113=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #596F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F71 is #A6908E. Grayscale: #686868. Windows color (decimal): -10915983 or 7434073. OLE color: 7434073.

HSL color Cylindrical-coordinate representation of color #596F71: hue angle of 185º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596F71 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB89111113-
CMYK0.210.0200.56
HSL185º11.88%39.61%-
HSV(B)185º21.24%44.31%-
XYZ12.7814.6817.78-
YUV104.65132.71116.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=28.43%
G=35.46%
B=36.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891111130.210.0200.5618511.8839.61
Hex596F71152038b9c28
Octal1311571612520702711450
Binary10110011101111111000110101100111000101110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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