#576E70

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

Shades of Nevada #576E70

Tints of Nevada #576E70

Color information

#576E70 (or 0x576E70) is unknown color: approx Nevada. HEX triplet: 57, 6E and 70. RGB value is (87,110,112). Sum of RGB (Red+Green+Blue) = 87+110+112=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #576E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E70 is #A8918F. Grayscale: #676767. Windows color (decimal): -11047312 or 7368279. OLE color: 7368279.

HSL color Cylindrical-coordinate representation of color #576E70: hue angle of 184.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576E70 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB87110112-
CMYK0.220.0200.56
HSL184.8º12.56%39.02%-
HSV(B)184.8º22.32%43.92%-
XYZ12.4314.3517.44-
YUV103.35132.88116.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=28.16%
G=35.60%
B=36.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871101120.220.0200.56184.812.5639.02
Hex576E70162038b9d27
Octal1271561602620702711547
Binary10101111101110111000010110100111000101110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576E70; }

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

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

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

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

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

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

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

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