Shades of Nevada #5F6564
Tints of Nevada #5F6564
RGB
CMYK
RGB Variations
Color information
#5F6564 (or 0x5F6564) is known color: Nevada. HEX triplet: 5F, 65 and 64. RGB value is (95,101,100). Sum of RGB (Red+Green+Blue) = 95+101+100=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6564 is #A09A9B. Grayscale: #636363. Windows color (decimal): -10525340 or 6579551. OLE color: 6579551.
HSL color Cylindrical-coordinate representation of color #5F6564: hue angle of 170º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F6564 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 100 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.60 |
| HSL | 170º | 0.03% | 0.38% | - |
| HSV(B) | 170º | 0.06% | 0.4% | - |
| XYZ | 11.67 | 12.66 | 13.89 | - |
| YUV | 99.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 100 | 0.06 | 0 | 0.01 | 0.60 | 170 | 0.03 | 0.38 |
| Hex | 5F | 65 | 64 | 6 | 0 | 1 | 3C | AA | 3 | 26 |
| Octal | 137 | 145 | 144 | 6 | 0 | 1 | 74 | 252 | 3 | 46 |
| Binary | 1011111 | 1100101 | 1100100 | 110 | 0 | 1 | 111100 | 10101010 | 11 | 100110 |
Color Harmonies of #5F6564
Complementary color
Monochromatic Colors of #5F6564
Black with #5F6564
Text Example
Text Example
White with #5F6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6564; }
p { color: rgb(95,101,100); }
H1.HeaderClassName
{
color: #5F6564;
}
.AnyTagClassName
{
color: #5F6564;
}
</style>
background-color css
<style>
a { background-color: #5F6564; }
a { background-color: rgb(95,101,100); }
div.DivClassName
{
background-color: #5F6564;
}
.BgClassName
{
background-color: #5F6564;
}
</style>
border-color css
<style>
span { border-color: #5F6564; }
span { border-color: rgb(95,101,100); }
td.TdClassName
{
border-color: #5F6564;
}
.TagClassName
{
border-color: #5F6564;
}
</style>