Shades of Nevada #586E6F
Tints of Nevada #586E6F
RGB
CMYK
RGB Variations
Color information
#586E6F (or 0x586E6F) is known color: Nevada. HEX triplet: 58, 6E and 6F. RGB value is (88,110,111). Sum of RGB (Red+Green+Blue) = 88+110+111=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: blue. Hex color #586E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E6F is #A79190. Grayscale: #676767. Windows color (decimal): -10981777 or 7302744. OLE color: 7302744.
HSL color Cylindrical-coordinate representation of color #586E6F: hue angle of 182.61º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586E6F is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 110 | 111 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.56 |
| HSL | 182.61º | 0.12% | 0.39% | - |
| HSV(B) | 182.61º | 0.21% | 0.44% | - |
| XYZ | 12.47 | 14.37 | 17.16 | - |
| YUV | 103.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 111 | 0.21 | 0.01 | 0 | 0.56 | 182.61 | 0.12 | 0.39 |
| Hex | 58 | 6E | 6F | 15 | 1 | 0 | 38 | B7 | C | 27 |
| Octal | 130 | 156 | 157 | 25 | 1 | 0 | 70 | 267 | 14 | 47 |
| Binary | 1011000 | 1101110 | 1101111 | 10101 | 1 | 0 | 111000 | 10110111 | 1100 | 100111 |
Color Harmonies of #586E6F
Complementary color
Monochromatic Colors of #586E6F
Black with #586E6F
Text Example
Text Example
White with #586E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E6F; }
p { color: rgb(88,110,111); }
H1.HeaderClassName
{
color: #586E6F;
}
.AnyTagClassName
{
color: #586E6F;
}
</style>
background-color css
<style>
a { background-color: #586E6F; }
a { background-color: rgb(88,110,111); }
div.DivClassName
{
background-color: #586E6F;
}
.BgClassName
{
background-color: #586E6F;
}
</style>
border-color css
<style>
span { border-color: #586E6F; }
span { border-color: rgb(88,110,111); }
td.TdClassName
{
border-color: #586E6F;
}
.TagClassName
{
border-color: #586E6F;
}
</style>