Shades of Nevada #5D7574
Tints of Nevada #5D7574
RGB
CMYK
RGB Variations
Color information
#5D7574 (or 0x5D7574) is known color: Nevada. HEX triplet: 5D, 75 and 74. RGB value is (93,117,116). Sum of RGB (Red+Green+Blue) = 93+117+116=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7574 is #A28A8B. Grayscale: #6D6D6D. Windows color (decimal): -10652300 or 7632221. OLE color: 7632221.
HSL color Cylindrical-coordinate representation of color #5D7574: hue angle of 177.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7574 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 116 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.54 |
| HSL | 177.5º | 0.11% | 0.41% | - |
| HSV(B) | 177.5º | 0.21% | 0.46% | - |
| XYZ | 14.03 | 16.31 | 18.93 | - |
| YUV | 109.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 116 | 0.21 | 0 | 0.01 | 0.54 | 177.5 | 0.11 | 0.41 |
| Hex | 5D | 75 | 74 | 15 | 0 | 1 | 36 | B2 | B | 29 |
| Octal | 135 | 165 | 164 | 25 | 0 | 1 | 66 | 262 | 13 | 51 |
| Binary | 1011101 | 1110101 | 1110100 | 10101 | 0 | 1 | 110110 | 10110010 | 1011 | 101001 |
Color Harmonies of #5D7574
Complementary color
Monochromatic Colors of #5D7574
Black with #5D7574
Text Example
Text Example
White with #5D7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7574; }
p { color: rgb(93,117,116); }
H1.HeaderClassName
{
color: #5D7574;
}
.AnyTagClassName
{
color: #5D7574;
}
</style>
background-color css
<style>
a { background-color: #5D7574; }
a { background-color: rgb(93,117,116); }
div.DivClassName
{
background-color: #5D7574;
}
.BgClassName
{
background-color: #5D7574;
}
</style>
border-color css
<style>
span { border-color: #5D7574; }
span { border-color: rgb(93,117,116); }
td.TdClassName
{
border-color: #5D7574;
}
.TagClassName
{
border-color: #5D7574;
}
</style>