Shades of Nevada #5A7373
Tints of Nevada #5A7373
RGB
CMYK
RGB Variations
Color information
#5A7373 (or 0x5A7373) is known color: Nevada. HEX triplet: 5A, 73 and 73. RGB value is (90,115,115). Sum of RGB (Red+Green+Blue) = 90+115+115=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #5A7373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7373 is #A58C8C. Grayscale: #6B6B6B. Windows color (decimal): -10849421 or 7566170. OLE color: 7566170.
HSL color Cylindrical-coordinate representation of color #5A7373: hue angle of 180º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A7373 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 115 | - |
| CMYK | 0.22 | 0 | 0 | 0.55 |
| HSL | 180º | 0.12% | 0.4% | - |
| HSV(B) | 180º | 0.22% | 0.45% | - |
| XYZ | 13.44 | 15.67 | 18.54 | - |
| YUV | 107.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 115 | 0.22 | 0 | 0 | 0.55 | 180 | 0.12 | 0.4 |
| Hex | 5A | 73 | 73 | 16 | 0 | 0 | 37 | B4 | C | 28 |
| Octal | 132 | 163 | 163 | 26 | 0 | 0 | 67 | 264 | 14 | 50 |
| Binary | 1011010 | 1110011 | 1110011 | 10110 | 0 | 0 | 110111 | 10110100 | 1100 | 101000 |
Color Harmonies of #5A7373
Complementary color
Monochromatic Colors of #5A7373
Black with #5A7373
Text Example
Text Example
White with #5A7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7373; }
p { color: rgb(90,115,115); }
H1.HeaderClassName
{
color: #5A7373;
}
.AnyTagClassName
{
color: #5A7373;
}
</style>
background-color css
<style>
a { background-color: #5A7373; }
a { background-color: rgb(90,115,115); }
div.DivClassName
{
background-color: #5A7373;
}
.BgClassName
{
background-color: #5A7373;
}
</style>
border-color css
<style>
span { border-color: #5A7373; }
span { border-color: rgb(90,115,115); }
td.TdClassName
{
border-color: #5A7373;
}
.TagClassName
{
border-color: #5A7373;
}
</style>