Shades of Nevada #5D7675
Tints of Nevada #5D7675
RGB
CMYK
RGB Variations
Color information
#5D7675 (or 0x5D7675) is known color: Nevada. HEX triplet: 5D, 76 and 75. RGB value is (93,118,117). Sum of RGB (Red+Green+Blue) = 93+118+117=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7675 is #A2898A. Grayscale: #6E6E6E. Windows color (decimal): -10652043 or 7698013. OLE color: 7698013.
HSL color Cylindrical-coordinate representation of color #5D7675: hue angle of 177.6º degrees, saturation: 0.12, 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 #5D7675 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 117 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.54 |
| HSL | 177.6º | 0.12% | 0.41% | - |
| HSV(B) | 177.6º | 0.21% | 0.46% | - |
| XYZ | 14.2 | 16.57 | 19.28 | - |
| YUV | 110.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 117 | 0.21 | 0 | 0.01 | 0.54 | 177.6 | 0.12 | 0.41 |
| Hex | 5D | 76 | 75 | 15 | 0 | 1 | 36 | B2 | C | 29 |
| Octal | 135 | 166 | 165 | 25 | 0 | 1 | 66 | 262 | 14 | 51 |
| Binary | 1011101 | 1110110 | 1110101 | 10101 | 0 | 1 | 110110 | 10110010 | 1100 | 101001 |
Color Harmonies of #5D7675
Complementary color
Monochromatic Colors of #5D7675
Black with #5D7675
Text Example
Text Example
White with #5D7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7675; }
p { color: rgb(93,118,117); }
H1.HeaderClassName
{
color: #5D7675;
}
.AnyTagClassName
{
color: #5D7675;
}
</style>
background-color css
<style>
a { background-color: #5D7675; }
a { background-color: rgb(93,118,117); }
div.DivClassName
{
background-color: #5D7675;
}
.BgClassName
{
background-color: #5D7675;
}
</style>
border-color css
<style>
span { border-color: #5D7675; }
span { border-color: rgb(93,118,117); }
td.TdClassName
{
border-color: #5D7675;
}
.TagClassName
{
border-color: #5D7675;
}
</style>