Shades of Nevada #5D7072
Tints of Nevada #5D7072
RGB
CMYK
RGB Variations
Color information
#5D7072 (or 0x5D7072) is known color: Nevada. HEX triplet: 5D, 70 and 72. RGB value is (93,112,114). Sum of RGB (Red+Green+Blue) = 93+112+114=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7072 is #A28F8D. Grayscale: #6A6A6A. Windows color (decimal): -10653582 or 7499869. OLE color: 7499869.
HSL color Cylindrical-coordinate representation of color #5D7072: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D7072 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 112 | 114 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.55 |
| HSL | 185.71º | 0.1% | 0.41% | - |
| HSV(B) | 185.71º | 0.18% | 0.45% | - |
| XYZ | 13.35 | 15.13 | 18.14 | - |
| YUV | 106.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 114 | 0.18 | 0.02 | 0 | 0.55 | 185.71 | 0.1 | 0.41 |
| Hex | 5D | 70 | 72 | 12 | 2 | 0 | 37 | BA | A | 29 |
| Octal | 135 | 160 | 162 | 22 | 2 | 0 | 67 | 272 | 12 | 51 |
| Binary | 1011101 | 1110000 | 1110010 | 10010 | 10 | 0 | 110111 | 10111010 | 1010 | 101001 |
Color Harmonies of #5D7072
Complementary color
Monochromatic Colors of #5D7072
Black with #5D7072
Text Example
Text Example
White with #5D7072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7072; }
p { color: rgb(93,112,114); }
H1.HeaderClassName
{
color: #5D7072;
}
.AnyTagClassName
{
color: #5D7072;
}
</style>
background-color css
<style>
a { background-color: #5D7072; }
a { background-color: rgb(93,112,114); }
div.DivClassName
{
background-color: #5D7072;
}
.BgClassName
{
background-color: #5D7072;
}
</style>
border-color css
<style>
span { border-color: #5D7072; }
span { border-color: rgb(93,112,114); }
td.TdClassName
{
border-color: #5D7072;
}
.TagClassName
{
border-color: #5D7072;
}
</style>