Shades of Nevada #5F797A
Tints of Nevada #5F797A
RGB
CMYK
RGB Variations
Color information
#5F797A (or 0x5F797A) is known color: Nevada. HEX triplet: 5F, 79 and 7A. RGB value is (95,121,122). Sum of RGB (Red+Green+Blue) = 95+121+122=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F797A is #A08685. Grayscale: #717171. Windows color (decimal): -10520198 or 8026463. OLE color: 8026463.
HSL color Cylindrical-coordinate representation of color #5F797A: hue angle of 182.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F797A is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 121 | 122 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.52 |
| HSL | 182.22º | 0.12% | 0.43% | - |
| HSV(B) | 182.22º | 0.22% | 0.48% | - |
| XYZ | 15.07 | 17.51 | 21 | - |
| YUV | 113.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 122 | 0.22 | 0.01 | 0 | 0.52 | 182.22 | 0.12 | 0.43 |
| Hex | 5F | 79 | 7A | 16 | 1 | 0 | 34 | B6 | C | 2B |
| Octal | 137 | 171 | 172 | 26 | 1 | 0 | 64 | 266 | 14 | 53 |
| Binary | 1011111 | 1111001 | 1111010 | 10110 | 1 | 0 | 110100 | 10110110 | 1100 | 101011 |
Color Harmonies of #5F797A
Complementary color
Monochromatic Colors of #5F797A
Black with #5F797A
Text Example
Text Example
White with #5F797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F797A; }
p { color: rgb(95,121,122); }
H1.HeaderClassName
{
color: #5F797A;
}
.AnyTagClassName
{
color: #5F797A;
}
</style>
background-color css
<style>
a { background-color: #5F797A; }
a { background-color: rgb(95,121,122); }
div.DivClassName
{
background-color: #5F797A;
}
.BgClassName
{
background-color: #5F797A;
}
</style>
border-color css
<style>
span { border-color: #5F797A; }
span { border-color: rgb(95,121,122); }
td.TdClassName
{
border-color: #5F797A;
}
.TagClassName
{
border-color: #5F797A;
}
</style>