Shades of Nevada #576C6D
Tints of Nevada #576C6D
RGB
CMYK
RGB Variations
Color information
#576C6D (or 0x576C6D) is known color: Nevada. HEX triplet: 57, 6C and 6D. RGB value is (87,108,109). Sum of RGB (Red+Green+Blue) = 87+108+109=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #576C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C6D is #A89392. Grayscale: #656565. Windows color (decimal): -11047827 or 7171159. OLE color: 7171159.
HSL color Cylindrical-coordinate representation of color #576C6D: hue angle of 182.73º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #576C6D is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 108 | 109 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.57 |
| HSL | 182.73º | 0.11% | 0.38% | - |
| HSV(B) | 182.73º | 0.2% | 0.43% | - |
| XYZ | 12.05 | 13.86 | 16.51 | - |
| YUV | 101.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 109 | 0.20 | 0.01 | 0 | 0.57 | 182.73 | 0.11 | 0.38 |
| Hex | 57 | 6C | 6D | 14 | 1 | 0 | 39 | B7 | B | 26 |
| Octal | 127 | 154 | 155 | 24 | 1 | 0 | 71 | 267 | 13 | 46 |
| Binary | 1010111 | 1101100 | 1101101 | 10100 | 1 | 0 | 111001 | 10110111 | 1011 | 100110 |
Color Harmonies of #576C6D
Complementary color
Monochromatic Colors of #576C6D
Black with #576C6D
Text Example
Text Example
White with #576C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C6D; }
p { color: rgb(87,108,109); }
H1.HeaderClassName
{
color: #576C6D;
}
.AnyTagClassName
{
color: #576C6D;
}
</style>
background-color css
<style>
a { background-color: #576C6D; }
a { background-color: rgb(87,108,109); }
div.DivClassName
{
background-color: #576C6D;
}
.BgClassName
{
background-color: #576C6D;
}
</style>
border-color css
<style>
span { border-color: #576C6D; }
span { border-color: rgb(87,108,109); }
td.TdClassName
{
border-color: #576C6D;
}
.TagClassName
{
border-color: #576C6D;
}
</style>