Html Css Color HEX #597071 Nevada

📋 copy color: '#597071'

red 89 ◦ green 112 ◦ blue 113

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

Shades of Nevada #597071

Tints of Nevada #597071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 28.34%
G = 35.67%
B = 35.99%

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

#597071 (or 0x597071) is known color: Nevada. HEX triplet: 59, 70 and 71. RGB value is (89,112,113). Sum of RGB (Red+Green+Blue) = 89+112+113=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #597071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597071 is #A68F8E. Grayscale: #696969. Windows color (decimal): -10915727 or 7434329. OLE color: 7434329.

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

Color convert

RGB 89 112 113 -
CMYK 0.21 0.01 0 0.56
HSL 182.5º 0.12% 0.4% -
HSV(B) 182.5º 0.21% 0.44% -
XYZ 12.89 14.9 17.82 -
YUV 105.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 89 112 113 0.21 0.01 0 0.56 182.5 0.12 0.4
Hex 59 70 71 15 1 0 38 B6 C 28
Octal 131 160 161 25 1 0 70 266 14 50
Binary 1011001 1110000 1110001 10101 1 0 111000 10110110 1100 101000

Color Harmonies of #597071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597071

Black with #597071

Text Example


Text Example

White with #597071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597071; }

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

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

background-color css

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

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

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

border-color css

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

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

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