Shades of Nevada #5D7677
Tints of Nevada #5D7677
RGB
CMYK
RGB Variations
Color information
#5D7677 (or 0x5D7677) is known color: Nevada. HEX triplet: 5D, 76 and 77. RGB value is (93,118,119). Sum of RGB (Red+Green+Blue) = 93+118+119=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D7677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7677 is #A28988. Grayscale: #6E6E6E. Windows color (decimal): -10652041 or 7829085. OLE color: 7829085.
HSL color Cylindrical-coordinate representation of color #5D7677: hue angle of 182.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D7677 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 118 | 119 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.53 |
| HSL | 182.31º | 0.12% | 0.42% | - |
| HSV(B) | 182.31º | 0.22% | 0.47% | - |
| XYZ | 14.32 | 16.62 | 19.91 | - |
| YUV | 110.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 119 | 0.22 | 0.01 | 0 | 0.53 | 182.31 | 0.12 | 0.42 |
| Hex | 5D | 76 | 77 | 16 | 1 | 0 | 35 | B6 | C | 2A |
| Octal | 135 | 166 | 167 | 26 | 1 | 0 | 65 | 266 | 14 | 52 |
| Binary | 1011101 | 1110110 | 1110111 | 10110 | 1 | 0 | 110101 | 10110110 | 1100 | 101010 |
Color Harmonies of #5D7677
Complementary color
Monochromatic Colors of #5D7677
Black with #5D7677
Text Example
Text Example
White with #5D7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7677; }
p { color: rgb(93,118,119); }
H1.HeaderClassName
{
color: #5D7677;
}
.AnyTagClassName
{
color: #5D7677;
}
</style>
background-color css
<style>
a { background-color: #5D7677; }
a { background-color: rgb(93,118,119); }
div.DivClassName
{
background-color: #5D7677;
}
.BgClassName
{
background-color: #5D7677;
}
</style>
border-color css
<style>
span { border-color: #5D7677; }
span { border-color: rgb(93,118,119); }
td.TdClassName
{
border-color: #5D7677;
}
.TagClassName
{
border-color: #5D7677;
}
</style>