Shades of Nevada #586F70
Tints of Nevada #586F70
RGB
CMYK
RGB Variations
Color information
#586F70 (or 0x586F70) is known color: Nevada. HEX triplet: 58, 6F and 70. RGB value is (88,111,112). Sum of RGB (Red+Green+Blue) = 88+111+112=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #586F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F70 is #A7908F. Grayscale: #686868. Windows color (decimal): -10981520 or 7368536. OLE color: 7368536.
HSL color Cylindrical-coordinate representation of color #586F70: hue angle of 182.5º 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 #586F70 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 112 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.56 |
| HSL | 182.5º | 0.12% | 0.39% | - |
| HSV(B) | 182.5º | 0.21% | 0.44% | - |
| XYZ | 12.63 | 14.61 | 17.48 | - |
| YUV | 104.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 112 | 0.21 | 0.01 | 0 | 0.56 | 182.5 | 0.12 | 0.39 |
| Hex | 58 | 6F | 70 | 15 | 1 | 0 | 38 | B6 | C | 27 |
| Octal | 130 | 157 | 160 | 25 | 1 | 0 | 70 | 266 | 14 | 47 |
| Binary | 1011000 | 1101111 | 1110000 | 10101 | 1 | 0 | 111000 | 10110110 | 1100 | 100111 |
Color Harmonies of #586F70
Complementary color
Monochromatic Colors of #586F70
Black with #586F70
Text Example
Text Example
White with #586F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F70; }
p { color: rgb(88,111,112); }
H1.HeaderClassName
{
color: #586F70;
}
.AnyTagClassName
{
color: #586F70;
}
</style>
background-color css
<style>
a { background-color: #586F70; }
a { background-color: rgb(88,111,112); }
div.DivClassName
{
background-color: #586F70;
}
.BgClassName
{
background-color: #586F70;
}
</style>
border-color css
<style>
span { border-color: #586F70; }
span { border-color: rgb(88,111,112); }
td.TdClassName
{
border-color: #586F70;
}
.TagClassName
{
border-color: #586F70;
}
</style>