#597072

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

Shades of Nevada #597072

Tints of Nevada #597072

Color information

#597072 (or 0x597072) is unknown color: approx 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

RGB89112114-
CMYK0.220.0200.55
HSL184.8º12.32%39.8%-
HSV(B)184.8º21.93%44.71%-
XYZ12.9514.9318.12-
YUV105.35132.88116.34-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891121140.220.0200.55184.812.3239.8
Hex597072162037b9c28
Octal1311601622620672711450
Binary10110011110000111001010110100110111101110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>