Shades of Nevada #5C7576
Tints of Nevada #5C7576
RGB
CMYK
RGB Variations
Color information
#5C7576 (or 0x5C7576) is known color: Nevada. HEX triplet: 5C, 75 and 76. RGB value is (92,117,118). Sum of RGB (Red+Green+Blue) = 92+117+118=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C7576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7576 is #A38A89. Grayscale: #6D6D6D. Windows color (decimal): -10717834 or 7763292. OLE color: 7763292.
HSL color Cylindrical-coordinate representation of color #5C7576: hue angle of 182.31º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C7576 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 118 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.54 |
| HSL | 182.31º | 0.12% | 0.41% | - |
| HSV(B) | 182.31º | 0.22% | 0.46% | - |
| XYZ | 14.04 | 16.31 | 19.55 | - |
| YUV | 109.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 118 | 0.22 | 0.01 | 0 | 0.54 | 182.31 | 0.12 | 0.41 |
| Hex | 5C | 75 | 76 | 16 | 1 | 0 | 36 | B6 | C | 29 |
| Octal | 134 | 165 | 166 | 26 | 1 | 0 | 66 | 266 | 14 | 51 |
| Binary | 1011100 | 1110101 | 1110110 | 10110 | 1 | 0 | 110110 | 10110110 | 1100 | 101001 |
Color Harmonies of #5C7576
Complementary color
Monochromatic Colors of #5C7576
Black with #5C7576
Text Example
Text Example
White with #5C7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7576; }
p { color: rgb(92,117,118); }
H1.HeaderClassName
{
color: #5C7576;
}
.AnyTagClassName
{
color: #5C7576;
}
</style>
background-color css
<style>
a { background-color: #5C7576; }
a { background-color: rgb(92,117,118); }
div.DivClassName
{
background-color: #5C7576;
}
.BgClassName
{
background-color: #5C7576;
}
</style>
border-color css
<style>
span { border-color: #5C7576; }
span { border-color: rgb(92,117,118); }
td.TdClassName
{
border-color: #5C7576;
}
.TagClassName
{
border-color: #5C7576;
}
</style>