Shades of Nevada #586D6E
Tints of Nevada #586D6E
RGB
CMYK
RGB Variations
Color information
#586D6E (or 0x586D6E) is known color: Nevada. HEX triplet: 58, 6D and 6E. RGB value is (88,109,110). Sum of RGB (Red+Green+Blue) = 88+109+110=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #586D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D6E is #A79291. Grayscale: #666666. Windows color (decimal): -10982034 or 7236952. OLE color: 7236952.
HSL color Cylindrical-coordinate representation of color #586D6E: hue angle of 182.73º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586D6E is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 109 | 110 | - |
| CMYK | 0.2 | 0.01 | 0 | 0.57 |
| HSL | 182.73º | 0.11% | 0.39% | - |
| HSV(B) | 182.73º | 0.2% | 0.43% | - |
| XYZ | 12.31 | 14.14 | 16.83 | - |
| YUV | 102.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 110 | 0.2 | 0.01 | 0 | 0.57 | 182.73 | 0.11 | 0.39 |
| Hex | 58 | 6D | 6E | 14 | 1 | 0 | 39 | B7 | B | 27 |
| Octal | 130 | 155 | 156 | 24 | 1 | 0 | 71 | 267 | 13 | 47 |
| Binary | 1011000 | 1101101 | 1101110 | 10100 | 1 | 0 | 111001 | 10110111 | 1011 | 100111 |
Color Harmonies of #586D6E
Complementary color
Monochromatic Colors of #586D6E
Black with #586D6E
Text Example
Text Example
White with #586D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D6E; }
p { color: rgb(88,109,110); }
H1.HeaderClassName
{
color: #586D6E;
}
.AnyTagClassName
{
color: #586D6E;
}
</style>
background-color css
<style>
a { background-color: #586D6E; }
a { background-color: rgb(88,109,110); }
div.DivClassName
{
background-color: #586D6E;
}
.BgClassName
{
background-color: #586D6E;
}
</style>
border-color css
<style>
span { border-color: #586D6E; }
span { border-color: rgb(88,109,110); }
td.TdClassName
{
border-color: #586D6E;
}
.TagClassName
{
border-color: #586D6E;
}
</style>