Shades of Como #5A7063
Tints of Como #5A7063
RGB
CMYK
RGB Variations
Color information
#5A7063 (or 0x5A7063) is known color: Como. HEX triplet: 5A, 70 and 63. RGB value is (90,112,99). Sum of RGB (Red+Green+Blue) = 90+112+99=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7063 is #A58F9C. Grayscale: #676767. Windows color (decimal): -10850205 or 6516826. OLE color: 6516826.
HSL color Cylindrical-coordinate representation of color #5A7063: hue angle of 144.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A7063 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 99 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.56 |
| HSL | 144.55º | 0.11% | 0.4% | - |
| HSV(B) | 144.55º | 0.2% | 0.44% | - |
| XYZ | 12.26 | 14.66 | 13.99 | - |
| YUV | 103.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 99 | 0.20 | 0 | 0.12 | 0.56 | 144.55 | 0.11 | 0.4 |
| Hex | 5A | 70 | 63 | 14 | 0 | C | 38 | 91 | B | 28 |
| Octal | 132 | 160 | 143 | 24 | 0 | 14 | 70 | 221 | 13 | 50 |
| Binary | 1011010 | 1110000 | 1100011 | 10100 | 0 | 1100 | 111000 | 10010001 | 1011 | 101000 |
Color Harmonies of #5A7063
Complementary color
Monochromatic Colors of #5A7063
Black with #5A7063
Text Example
Text Example
White with #5A7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7063; }
p { color: rgb(90,112,99); }
H1.HeaderClassName
{
color: #5A7063;
}
.AnyTagClassName
{
color: #5A7063;
}
</style>
background-color css
<style>
a { background-color: #5A7063; }
a { background-color: rgb(90,112,99); }
div.DivClassName
{
background-color: #5A7063;
}
.BgClassName
{
background-color: #5A7063;
}
</style>
border-color css
<style>
span { border-color: #5A7063; }
span { border-color: rgb(90,112,99); }
td.TdClassName
{
border-color: #5A7063;
}
.TagClassName
{
border-color: #5A7063;
}
</style>