#596E70

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

Shades of Nevada #596E70

Tints of Nevada #596E70

Color information

#596E70 (or 0x596E70) is unknown color: approx Nevada. HEX triplet: 59, 6E and 70. RGB value is (89,110,112). Sum of RGB (Red+Green+Blue) = 89+110+112=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #596E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E70 is #A6918F. Grayscale: #676767. Windows color (decimal): -10916240 or 7368281. OLE color: 7368281.

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

Color convert

RGB89110112-
CMYK0.210.0200.56
HSL185.22º11.44%39.41%-
HSV(B)185.22º20.54%43.92%-
XYZ12.6214.4517.45-
YUV103.95132.54117.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=28.62%
G=35.37%
B=36.01%

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
Decimal891101120.210.0200.56185.2211.4439.41
Hex596E70152038b9b27
Octal1311561602520702711347
Binary10110011101110111000010101100111000101110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,110,112); }

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

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

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

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

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

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

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