Html Css Color HEX #596F70 Nevada

📋 copy color: '#596F70'

red 89 ◦ green 111 ◦ blue 112

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

Shades of Nevada #596F70

Tints of Nevada #596F70

RGB

 RED value IS 89 (35.16% from 255) = 28.53%

 GREEN value IS 111 (43.75% from 255) = 35.58%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 28.53%
G = 35.58%
B = 35.9%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596F70 (or 0x596F70) is known color: Nevada. HEX triplet: 59, 6F and 70. RGB value is (89,111,112). Sum of RGB (Red+Green+Blue) = 89+111+112=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #596F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F70 is #A6908F. Grayscale: #686868. Windows color (decimal): -10915984 or 7368537. OLE color: 7368537.

HSL color Cylindrical-coordinate representation of color #596F70: hue angle of 182.61º 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 #596F70 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 111 112 -
CMYK 0.21 0.01 0 0.56
HSL 182.61º 0.11% 0.39% -
HSV(B) 182.61º 0.21% 0.44% -
XYZ 12.73 14.66 17.49 -
YUV 104.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 89 111 112 0.21 0.01 0 0.56 182.61 0.11 0.39
Hex 59 6F 70 15 1 0 38 B7 B 27
Octal 131 157 160 25 1 0 70 267 13 47
Binary 1011001 1101111 1110000 10101 1 0 111000 10110111 1011 100111

Color Harmonies of #596F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F70

Black with #596F70

Text Example


Text Example

White with #596F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #596F70;
 }
 .AnyTagClassName
 {
   color: #596F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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