Shades of Nevada #5A6E6F
Tints of Nevada #5A6E6F
RGB
CMYK
RGB Variations
Color information
#5A6E6F (or 0x5A6E6F) is known color: Nevada. HEX triplet: 5A, 6E and 6F. RGB value is (90,110,111). Sum of RGB (Red+Green+Blue) = 90+110+111=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A6E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E6F is #A59190. Grayscale: #686868. Windows color (decimal): -10850705 or 7302746. OLE color: 7302746.
HSL color Cylindrical-coordinate representation of color #5A6E6F: hue angle of 182.86º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6E6F is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 110 | 111 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.56 |
| HSL | 182.86º | 0.1% | 0.39% | - |
| HSV(B) | 182.86º | 0.19% | 0.44% | - |
| XYZ | 12.66 | 14.47 | 17.17 | - |
| YUV | 104.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 111 | 0.19 | 0.01 | 0 | 0.56 | 182.86 | 0.1 | 0.39 |
| Hex | 5A | 6E | 6F | 13 | 1 | 0 | 38 | B7 | A | 27 |
| Octal | 132 | 156 | 157 | 23 | 1 | 0 | 70 | 267 | 12 | 47 |
| Binary | 1011010 | 1101110 | 1101111 | 10011 | 1 | 0 | 111000 | 10110111 | 1010 | 100111 |
Color Harmonies of #5A6E6F
Complementary color
Monochromatic Colors of #5A6E6F
Black with #5A6E6F
Text Example
Text Example
White with #5A6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E6F; }
p { color: rgb(90,110,111); }
H1.HeaderClassName
{
color: #5A6E6F;
}
.AnyTagClassName
{
color: #5A6E6F;
}
</style>
background-color css
<style>
a { background-color: #5A6E6F; }
a { background-color: rgb(90,110,111); }
div.DivClassName
{
background-color: #5A6E6F;
}
.BgClassName
{
background-color: #5A6E6F;
}
</style>
border-color css
<style>
span { border-color: #5A6E6F; }
span { border-color: rgb(90,110,111); }
td.TdClassName
{
border-color: #5A6E6F;
}
.TagClassName
{
border-color: #5A6E6F;
}
</style>