#597273

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

Shades of Nevada #597273

Tints of Nevada #597273

Color information

#597273 (or 0x597273) is unknown color: approx Nevada. HEX triplet: 59, 72 and 73. RGB value is (89,114,115). Sum of RGB (Red+Green+Blue) = 89+114+115=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #597273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597273 is #A68D8C. Grayscale: #6A6A6A. Windows color (decimal): -10915213 or 7565913. OLE color: 7565913.

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

Color convert

RGB89114115-
CMYK0.230.0100.55
HSL182.31º12.75%40%-
HSV(B)182.31º22.61%45.1%-
XYZ13.2315.418.49-
YUV106.64132.72115.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=27.99%
G=35.85%
B=36.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891141150.230.0100.55182.3112.7540
Hex597273171037b6d28
Octal1311621632710672661550
Binary1011001111001011100111011110110111101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597273; }

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

 H1.HeaderClassName
 {
   color: #597273;
 }
 .AnyTagClassName
 {
   color: #597273;
 }
</style>
background-color css

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

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

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

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

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

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