Shades of Nevada #5A6D6D
Tints of Nevada #5A6D6D
RGB
CMYK
RGB Variations
Color information
#5A6D6D (or 0x5A6D6D) is known color: Nevada. HEX triplet: 5A, 6D and 6D. RGB value is (90,109,109). Sum of RGB (Red+Green+Blue) = 90+109+109=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #5A6D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D6D is #A59292. Grayscale: #676767. Windows color (decimal): -10850963 or 7171418. OLE color: 7171418.
HSL color Cylindrical-coordinate representation of color #5A6D6D: hue angle of 180º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6D6D is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 109 | - |
| CMYK | 0.17 | 0 | 0 | 0.57 |
| HSL | 180º | 0.1% | 0.39% | - |
| HSV(B) | 180º | 0.17% | 0.43% | - |
| XYZ | 12.45 | 14.22 | 16.56 | - |
| YUV | 103.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 109 | 0.17 | 0 | 0 | 0.57 | 180 | 0.1 | 0.39 |
| Hex | 5A | 6D | 6D | 11 | 0 | 0 | 39 | B4 | A | 27 |
| Octal | 132 | 155 | 155 | 21 | 0 | 0 | 71 | 264 | 12 | 47 |
| Binary | 1011010 | 1101101 | 1101101 | 10001 | 0 | 0 | 111001 | 10110100 | 1010 | 100111 |
Color Harmonies of #5A6D6D
Complementary color
Monochromatic Colors of #5A6D6D
Black with #5A6D6D
Text Example
Text Example
White with #5A6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D6D; }
p { color: rgb(90,109,109); }
H1.HeaderClassName
{
color: #5A6D6D;
}
.AnyTagClassName
{
color: #5A6D6D;
}
</style>
background-color css
<style>
a { background-color: #5A6D6D; }
a { background-color: rgb(90,109,109); }
div.DivClassName
{
background-color: #5A6D6D;
}
.BgClassName
{
background-color: #5A6D6D;
}
</style>
border-color css
<style>
span { border-color: #5A6D6D; }
span { border-color: rgb(90,109,109); }
td.TdClassName
{
border-color: #5A6D6D;
}
.TagClassName
{
border-color: #5A6D6D;
}
</style>