Shades of Nevada #5B6E70
Tints of Nevada #5B6E70
RGB
CMYK
RGB Variations
Color information
#5B6E70 (or 0x5B6E70) is known color: Nevada. HEX triplet: 5B, 6E and 70. RGB value is (91,110,112). Sum of RGB (Red+Green+Blue) = 91+110+112=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6E70 is #A4918F. Grayscale: #686868. Windows color (decimal): -10785168 or 7368283. OLE color: 7368283.
HSL color Cylindrical-coordinate representation of color #5B6E70: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6E70 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 110 | 112 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.56 |
| HSL | 185.71º | 0.1% | 0.4% | - |
| HSV(B) | 185.71º | 0.19% | 0.44% | - |
| XYZ | 12.81 | 14.55 | 17.46 | - |
| YUV | 104.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 112 | 0.19 | 0.02 | 0 | 0.56 | 185.71 | 0.1 | 0.4 |
| Hex | 5B | 6E | 70 | 13 | 2 | 0 | 38 | BA | A | 28 |
| Octal | 133 | 156 | 160 | 23 | 2 | 0 | 70 | 272 | 12 | 50 |
| Binary | 1011011 | 1101110 | 1110000 | 10011 | 10 | 0 | 111000 | 10111010 | 1010 | 101000 |
Color Harmonies of #5B6E70
Complementary color
Monochromatic Colors of #5B6E70
Black with #5B6E70
Text Example
Text Example
White with #5B6E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6E70; }
p { color: rgb(91,110,112); }
H1.HeaderClassName
{
color: #5B6E70;
}
.AnyTagClassName
{
color: #5B6E70;
}
</style>
background-color css
<style>
a { background-color: #5B6E70; }
a { background-color: rgb(91,110,112); }
div.DivClassName
{
background-color: #5B6E70;
}
.BgClassName
{
background-color: #5B6E70;
}
</style>
border-color css
<style>
span { border-color: #5B6E70; }
span { border-color: rgb(91,110,112); }
td.TdClassName
{
border-color: #5B6E70;
}
.TagClassName
{
border-color: #5B6E70;
}
</style>