Shades of Nevada #5C7173
Tints of Nevada #5C7173
RGB
CMYK
RGB Variations
Color information
#5C7173 (or 0x5C7173) is known color: Nevada. HEX triplet: 5C, 71 and 73. RGB value is (92,113,115). Sum of RGB (Red+Green+Blue) = 92+113+115=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7173 is #A38E8C. Grayscale: #6A6A6A. Windows color (decimal): -10718861 or 7565660. OLE color: 7565660.
HSL color Cylindrical-coordinate representation of color #5C7173: hue angle of 185.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C7173 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 113 | 115 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.55 |
| HSL | 185.22º | 0.11% | 0.41% | - |
| HSV(B) | 185.22º | 0.2% | 0.45% | - |
| XYZ | 13.41 | 15.32 | 18.47 | - |
| YUV | 106.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 115 | 0.20 | 0.02 | 0 | 0.55 | 185.22 | 0.11 | 0.41 |
| Hex | 5C | 71 | 73 | 14 | 2 | 0 | 37 | B9 | B | 29 |
| Octal | 134 | 161 | 163 | 24 | 2 | 0 | 67 | 271 | 13 | 51 |
| Binary | 1011100 | 1110001 | 1110011 | 10100 | 10 | 0 | 110111 | 10111001 | 1011 | 101001 |
Color Harmonies of #5C7173
Complementary color
Monochromatic Colors of #5C7173
Black with #5C7173
Text Example
Text Example
White with #5C7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7173; }
p { color: rgb(92,113,115); }
H1.HeaderClassName
{
color: #5C7173;
}
.AnyTagClassName
{
color: #5C7173;
}
</style>
background-color css
<style>
a { background-color: #5C7173; }
a { background-color: rgb(92,113,115); }
div.DivClassName
{
background-color: #5C7173;
}
.BgClassName
{
background-color: #5C7173;
}
</style>
border-color css
<style>
span { border-color: #5C7173; }
span { border-color: rgb(92,113,115); }
td.TdClassName
{
border-color: #5C7173;
}
.TagClassName
{
border-color: #5C7173;
}
</style>