#577072

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

Shades of Nevada #577072

Tints of Nevada #577072

Color information

#577072 (or 0x577072) is unknown color: approx Nevada. HEX triplet: 57, 70 and 72. RGB value is (87,112,114). Sum of RGB (Red+Green+Blue) = 87+112+114=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #577072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577072 is #A88F8D. Grayscale: #686868. Windows color (decimal): -11046798 or 7499863. OLE color: 7499863.

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

Color convert

RGB87112114-
CMYK0.240.0200.55
HSL184.44º13.43%39.41%-
HSV(B)184.44º23.68%44.71%-
XYZ12.7614.8318.11-
YUV104.75133.22115.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=27.80%
G=35.78%
B=36.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871121140.240.0200.55184.4413.4339.41
Hex577072182037b8d27
Octal1271601623020672701547
Binary10101111110000111001011000100110111101110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577072; }

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

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

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

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

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

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

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

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