Shades of Nevada #5E7173
Tints of Nevada #5E7173
RGB
CMYK
RGB Variations
Color information
#5E7173 (or 0x5E7173) is known color: Nevada. HEX triplet: 5E, 71 and 73. RGB value is (94,113,115). Sum of RGB (Red+Green+Blue) = 94+113+115=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7173 is #A18E8C. Grayscale: #6B6B6B. Windows color (decimal): -10587789 or 7565662. OLE color: 7565662.
HSL color Cylindrical-coordinate representation of color #5E7173: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7173 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 113 | 115 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.55 |
| HSL | 185.71º | 0.1% | 0.41% | - |
| HSV(B) | 185.71º | 0.18% | 0.45% | - |
| XYZ | 13.62 | 15.43 | 18.48 | - |
| YUV | 107.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 115 | 0.18 | 0.02 | 0 | 0.55 | 185.71 | 0.1 | 0.41 |
| Hex | 5E | 71 | 73 | 12 | 2 | 0 | 37 | BA | A | 29 |
| Octal | 136 | 161 | 163 | 22 | 2 | 0 | 67 | 272 | 12 | 51 |
| Binary | 1011110 | 1110001 | 1110011 | 10010 | 10 | 0 | 110111 | 10111010 | 1010 | 101001 |
Color Harmonies of #5E7173
Complementary color
Monochromatic Colors of #5E7173
Black with #5E7173
Text Example
Text Example
White with #5E7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7173; }
p { color: rgb(94,113,115); }
H1.HeaderClassName
{
color: #5E7173;
}
.AnyTagClassName
{
color: #5E7173;
}
</style>
background-color css
<style>
a { background-color: #5E7173; }
a { background-color: rgb(94,113,115); }
div.DivClassName
{
background-color: #5E7173;
}
.BgClassName
{
background-color: #5E7173;
}
</style>
border-color css
<style>
span { border-color: #5E7173; }
span { border-color: rgb(94,113,115); }
td.TdClassName
{
border-color: #5E7173;
}
.TagClassName
{
border-color: #5E7173;
}
</style>