Html Css Color HEX #597072 Nevada

📋 copy color: '#597072'

red 89 ◦ green 112 ◦ blue 114

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

Shades of Nevada #597072

Tints of Nevada #597072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 28.25%
G = 35.56%
B = 36.19%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#597072 (or 0x597072) is known color: Nevada. HEX triplet: 59, 70 and 72. RGB value is (89,112,114). Sum of RGB (Red+Green+Blue) = 89+112+114=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #597072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597072 is #A68F8D. Grayscale: #696969. Windows color (decimal): -10915726 or 7499865. OLE color: 7499865.

HSL color Cylindrical-coordinate representation of color #597072: hue angle of 184.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #597072 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 112 114 -
CMYK 0.22 0.02 0 0.55
HSL 184.8º 0.12% 0.4% -
HSV(B) 184.8º 0.22% 0.45% -
XYZ 12.95 14.93 18.12 -
YUV 105.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 89 112 114 0.22 0.02 0 0.55 184.8 0.12 0.4
Hex 59 70 72 16 2 0 37 B9 C 28
Octal 131 160 162 26 2 0 67 271 14 50
Binary 1011001 1110000 1110010 10110 10 0 110111 10111001 1100 101000

Color Harmonies of #597072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597072

Black with #597072

Text Example


Text Example

White with #597072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597072; }

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

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

background-color css

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

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

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

border-color css

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

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

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