Shades of Nevada #5E7879
Tints of Nevada #5E7879
RGB
CMYK
RGB Variations
Color information
#5E7879 (or 0x5E7879) is known color: Nevada. HEX triplet: 5E, 78 and 79. RGB value is (94,120,121). Sum of RGB (Red+Green+Blue) = 94+120+121=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E7879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7879 is #A18786. Grayscale: #707070. Windows color (decimal): -10585991 or 7960670. OLE color: 7960670.
HSL color Cylindrical-coordinate representation of color #5E7879: hue angle of 182.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7879 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 121 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.53 |
| HSL | 182.22º | 0.13% | 0.42% | - |
| HSV(B) | 182.22º | 0.22% | 0.47% | - |
| XYZ | 14.78 | 17.19 | 20.63 | - |
| YUV | 112.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 121 | 0.22 | 0.01 | 0 | 0.53 | 182.22 | 0.13 | 0.42 |
| Hex | 5E | 78 | 79 | 16 | 1 | 0 | 35 | B6 | D | 2A |
| Octal | 136 | 170 | 171 | 26 | 1 | 0 | 65 | 266 | 15 | 52 |
| Binary | 1011110 | 1111000 | 1111001 | 10110 | 1 | 0 | 110101 | 10110110 | 1101 | 101010 |
Color Harmonies of #5E7879
Complementary color
Monochromatic Colors of #5E7879
Black with #5E7879
Text Example
Text Example
White with #5E7879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7879; }
p { color: rgb(94,120,121); }
H1.HeaderClassName
{
color: #5E7879;
}
.AnyTagClassName
{
color: #5E7879;
}
</style>
background-color css
<style>
a { background-color: #5E7879; }
a { background-color: rgb(94,120,121); }
div.DivClassName
{
background-color: #5E7879;
}
.BgClassName
{
background-color: #5E7879;
}
</style>
border-color css
<style>
span { border-color: #5E7879; }
span { border-color: rgb(94,120,121); }
td.TdClassName
{
border-color: #5E7879;
}
.TagClassName
{
border-color: #5E7879;
}
</style>