Html Css Color HEX #596E70 Nevada

📋 copy color: '#596E70'

red 89 ◦ green 110 ◦ blue 112

#596E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #596E70

Tints of Nevada #596E70

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 value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596E70 (or 0x596E70) is known color: 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

RGB 89 110 112 -
CMYK 0.21 0.02 0 0.56
HSL 185.22º 0.11% 0.39% -
HSV(B) 185.22º 0.21% 0.44% -
XYZ 12.62 14.45 17.45 -
YUV 103.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 89 110 112 0.21 0.02 0 0.56 185.22 0.11 0.39
Hex 59 6E 70 15 2 0 38 B9 B 27
Octal 131 156 160 25 2 0 70 271 13 47
Binary 1011001 1101110 1110000 10101 10 0 111000 10111001 1011 100111

Color Harmonies of #596E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E70

Black with #596E70

Text Example


Text Example

White with #596E70

Text Example


Text Example

HTML Codes & Css Web 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>