Shades of Nevada #5B7476
Tints of Nevada #5B7476
RGB
CMYK
RGB Variations
Color information
#5B7476 (or 0x5B7476) is known color: Nevada. HEX triplet: 5B, 74 and 76. RGB value is (91,116,118). Sum of RGB (Red+Green+Blue) = 91+116+118=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7476 is #A48B89. Grayscale: #6C6C6C. Windows color (decimal): -10783626 or 7763035. OLE color: 7763035.
HSL color Cylindrical-coordinate representation of color #5B7476: hue angle of 184.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B7476 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 116 | 118 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.54 |
| HSL | 184.44º | 0.13% | 0.41% | - |
| HSV(B) | 184.44º | 0.23% | 0.46% | - |
| XYZ | 13.83 | 16.02 | 19.5 | - |
| YUV | 108.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 118 | 0.23 | 0.02 | 0 | 0.54 | 184.44 | 0.13 | 0.41 |
| Hex | 5B | 74 | 76 | 17 | 2 | 0 | 36 | B8 | D | 29 |
| Octal | 133 | 164 | 166 | 27 | 2 | 0 | 66 | 270 | 15 | 51 |
| Binary | 1011011 | 1110100 | 1110110 | 10111 | 10 | 0 | 110110 | 10111000 | 1101 | 101001 |
Color Harmonies of #5B7476
Complementary color
Monochromatic Colors of #5B7476
Black with #5B7476
Text Example
Text Example
White with #5B7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7476; }
p { color: rgb(91,116,118); }
H1.HeaderClassName
{
color: #5B7476;
}
.AnyTagClassName
{
color: #5B7476;
}
</style>
background-color css
<style>
a { background-color: #5B7476; }
a { background-color: rgb(91,116,118); }
div.DivClassName
{
background-color: #5B7476;
}
.BgClassName
{
background-color: #5B7476;
}
</style>
border-color css
<style>
span { border-color: #5B7476; }
span { border-color: rgb(91,116,118); }
td.TdClassName
{
border-color: #5B7476;
}
.TagClassName
{
border-color: #5B7476;
}
</style>