Shades of Nevada #586D6F
Tints of Nevada #586D6F
RGB
CMYK
RGB Variations
Color information
#586D6F (or 0x586D6F) is known color: Nevada. HEX triplet: 58, 6D and 6F. RGB value is (88,109,111). Sum of RGB (Red+Green+Blue) = 88+109+111=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #586D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D6F is #A79290. Grayscale: #666666. Windows color (decimal): -10982033 or 7302488. OLE color: 7302488.
HSL color Cylindrical-coordinate representation of color #586D6F: hue angle of 185.22º 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 #586D6F is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 109 | 111 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.56 |
| HSL | 185.22º | 0.12% | 0.39% | - |
| HSV(B) | 185.22º | 0.21% | 0.44% | - |
| XYZ | 12.36 | 14.16 | 17.12 | - |
| YUV | 102.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 111 | 0.21 | 0.02 | 0 | 0.56 | 185.22 | 0.12 | 0.39 |
| Hex | 58 | 6D | 6F | 15 | 2 | 0 | 38 | B9 | C | 27 |
| Octal | 130 | 155 | 157 | 25 | 2 | 0 | 70 | 271 | 14 | 47 |
| Binary | 1011000 | 1101101 | 1101111 | 10101 | 10 | 0 | 111000 | 10111001 | 1100 | 100111 |
Color Harmonies of #586D6F
Complementary color
Monochromatic Colors of #586D6F
Black with #586D6F
Text Example
Text Example
White with #586D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D6F; }
p { color: rgb(88,109,111); }
H1.HeaderClassName
{
color: #586D6F;
}
.AnyTagClassName
{
color: #586D6F;
}
</style>
background-color css
<style>
a { background-color: #586D6F; }
a { background-color: rgb(88,109,111); }
div.DivClassName
{
background-color: #586D6F;
}
.BgClassName
{
background-color: #586D6F;
}
</style>
border-color css
<style>
span { border-color: #586D6F; }
span { border-color: rgb(88,109,111); }
td.TdClassName
{
border-color: #586D6F;
}
.TagClassName
{
border-color: #586D6F;
}
</style>