Shades of Nevada #5F7778
Tints of Nevada #5F7778
RGB
CMYK
RGB Variations
Color information
#5F7778 (or 0x5F7778) is known color: Nevada. HEX triplet: 5F, 77 and 78. RGB value is (95,119,120). Sum of RGB (Red+Green+Blue) = 95+119+120=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F7778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7778 is #A08887. Grayscale: #6F6F6F. Windows color (decimal): -10520712 or 7894879. OLE color: 7894879.
HSL color Cylindrical-coordinate representation of color #5F7778: hue angle of 182.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7778 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 120 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.53 |
| HSL | 182.4º | 0.12% | 0.42% | - |
| HSV(B) | 182.4º | 0.21% | 0.47% | - |
| XYZ | 14.71 | 16.98 | 20.27 | - |
| YUV | 111.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 120 | 0.21 | 0.01 | 0 | 0.53 | 182.4 | 0.12 | 0.42 |
| Hex | 5F | 77 | 78 | 15 | 1 | 0 | 35 | B6 | C | 2A |
| Octal | 137 | 167 | 170 | 25 | 1 | 0 | 65 | 266 | 14 | 52 |
| Binary | 1011111 | 1110111 | 1111000 | 10101 | 1 | 0 | 110101 | 10110110 | 1100 | 101010 |
Color Harmonies of #5F7778
Complementary color
Monochromatic Colors of #5F7778
Black with #5F7778
Text Example
Text Example
White with #5F7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7778; }
p { color: rgb(95,119,120); }
H1.HeaderClassName
{
color: #5F7778;
}
.AnyTagClassName
{
color: #5F7778;
}
</style>
background-color css
<style>
a { background-color: #5F7778; }
a { background-color: rgb(95,119,120); }
div.DivClassName
{
background-color: #5F7778;
}
.BgClassName
{
background-color: #5F7778;
}
</style>
border-color css
<style>
span { border-color: #5F7778; }
span { border-color: rgb(95,119,120); }
td.TdClassName
{
border-color: #5F7778;
}
.TagClassName
{
border-color: #5F7778;
}
</style>