#597274

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

Shades of Nevada #597274

Tints of Nevada #597274

Color information

#597274 (or 0x597274) is unknown color: approx Nevada. HEX triplet: 59, 72 and 74. RGB value is (89,114,116). Sum of RGB (Red+Green+Blue) = 89+114+116=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #597274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597274 is #A68D8B. Grayscale: #6A6A6A. Windows color (decimal): -10915212 or 7631449. OLE color: 7631449.

HSL color Cylindrical-coordinate representation of color #597274: hue angle of 184.44º 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 #597274 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB89114116-
CMYK0.230.0200.55
HSL184.44º13.17%40.2%-
HSV(B)184.44º23.28%45.49%-
XYZ13.2915.4218.8-
YUV106.75133.22115.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=27.90%
G=35.74%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891141160.230.0200.55184.4413.1740.2
Hex597274172037b8d28
Octal1311621642720672701550
Binary10110011110010111010010111100110111101110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597274; }

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

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

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

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

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

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

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

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