Shades of Nevada #5A7476
Tints of Nevada #5A7476
RGB
CMYK
RGB Variations
Color information
#5A7476 (or 0x5A7476) is known color: Nevada. HEX triplet: 5A, 74 and 76. RGB value is (90,116,118). Sum of RGB (Red+Green+Blue) = 90+116+118=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7476 is #A58B89. Grayscale: #6C6C6C. Windows color (decimal): -10849162 or 7763034. OLE color: 7763034.
HSL color Cylindrical-coordinate representation of color #5A7476: hue angle of 184.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7476 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 116 | 118 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.54 |
| HSL | 184.29º | 0.13% | 0.41% | - |
| HSV(B) | 184.29º | 0.24% | 0.46% | - |
| XYZ | 13.73 | 15.97 | 19.5 | - |
| YUV | 108.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 118 | 0.24 | 0.02 | 0 | 0.54 | 184.29 | 0.13 | 0.41 |
| Hex | 5A | 74 | 76 | 18 | 2 | 0 | 36 | B8 | D | 29 |
| Octal | 132 | 164 | 166 | 30 | 2 | 0 | 66 | 270 | 15 | 51 |
| Binary | 1011010 | 1110100 | 1110110 | 11000 | 10 | 0 | 110110 | 10111000 | 1101 | 101001 |
Color Harmonies of #5A7476
Complementary color
Monochromatic Colors of #5A7476
Black with #5A7476
Text Example
Text Example
White with #5A7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7476; }
p { color: rgb(90,116,118); }
H1.HeaderClassName
{
color: #5A7476;
}
.AnyTagClassName
{
color: #5A7476;
}
</style>
background-color css
<style>
a { background-color: #5A7476; }
a { background-color: rgb(90,116,118); }
div.DivClassName
{
background-color: #5A7476;
}
.BgClassName
{
background-color: #5A7476;
}
</style>
border-color css
<style>
span { border-color: #5A7476; }
span { border-color: rgb(90,116,118); }
td.TdClassName
{
border-color: #5A7476;
}
.TagClassName
{
border-color: #5A7476;
}
</style>