Shades of Nevada #586C6D
Tints of Nevada #586C6D
RGB
CMYK
RGB Variations
Color information
#586C6D (or 0x586C6D) is known color: Nevada. HEX triplet: 58, 6C and 6D. RGB value is (88,108,109). Sum of RGB (Red+Green+Blue) = 88+108+109=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: blue. Hex color #586C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C6D is #A79392. Grayscale: #666666. Windows color (decimal): -10982291 or 7171160. OLE color: 7171160.
HSL color Cylindrical-coordinate representation of color #586C6D: hue angle of 182.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586C6D is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 108 | 109 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.57 |
| HSL | 182.86º | 0.11% | 0.39% | - |
| HSV(B) | 182.86º | 0.19% | 0.43% | - |
| XYZ | 12.15 | 13.9 | 16.51 | - |
| YUV | 102.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 109 | 0.19 | 0.01 | 0 | 0.57 | 182.86 | 0.11 | 0.39 |
| Hex | 58 | 6C | 6D | 13 | 1 | 0 | 39 | B7 | B | 27 |
| Octal | 130 | 154 | 155 | 23 | 1 | 0 | 71 | 267 | 13 | 47 |
| Binary | 1011000 | 1101100 | 1101101 | 10011 | 1 | 0 | 111001 | 10110111 | 1011 | 100111 |
Color Harmonies of #586C6D
Complementary color
Monochromatic Colors of #586C6D
Black with #586C6D
Text Example
Text Example
White with #586C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C6D; }
p { color: rgb(88,108,109); }
H1.HeaderClassName
{
color: #586C6D;
}
.AnyTagClassName
{
color: #586C6D;
}
</style>
background-color css
<style>
a { background-color: #586C6D; }
a { background-color: rgb(88,108,109); }
div.DivClassName
{
background-color: #586C6D;
}
.BgClassName
{
background-color: #586C6D;
}
</style>
border-color css
<style>
span { border-color: #586C6D; }
span { border-color: rgb(88,108,109); }
td.TdClassName
{
border-color: #586C6D;
}
.TagClassName
{
border-color: #586C6D;
}
</style>