Shades of Como #5A7E60
Tints of Como #5A7E60
RGB
CMYK
RGB Variations
Color information
#5A7E60 (or 0x5A7E60) is known color: Como. HEX triplet: 5A, 7E and 60. RGB value is (90,126,96). Sum of RGB (Red+Green+Blue) = 90+126+96=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E60 is #A5819F. Grayscale: #6F6F6F. Windows color (decimal): -10846624 or 6323802. OLE color: 6323802.
HSL color Cylindrical-coordinate representation of color #5A7E60: hue angle of 130º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A7E60 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 96 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.51 |
| HSL | 130º | 0.17% | 0.42% | - |
| HSV(B) | 130º | 0.29% | 0.49% | - |
| XYZ | 13.79 | 17.94 | 13.8 | - |
| YUV | 111.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 96 | 0.29 | 0 | 0.24 | 0.51 | 130 | 0.17 | 0.42 |
| Hex | 5A | 7E | 60 | 1D | 0 | 18 | 33 | 82 | 11 | 2A |
| Octal | 132 | 176 | 140 | 35 | 0 | 30 | 63 | 202 | 21 | 52 |
| Binary | 1011010 | 1111110 | 1100000 | 11101 | 0 | 11000 | 110011 | 10000010 | 10001 | 101010 |
Color Harmonies of #5A7E60
Complementary color
Monochromatic Colors of #5A7E60
Black with #5A7E60
Text Example
Text Example
White with #5A7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E60; }
p { color: rgb(90,126,96); }
H1.HeaderClassName
{
color: #5A7E60;
}
.AnyTagClassName
{
color: #5A7E60;
}
</style>
background-color css
<style>
a { background-color: #5A7E60; }
a { background-color: rgb(90,126,96); }
div.DivClassName
{
background-color: #5A7E60;
}
.BgClassName
{
background-color: #5A7E60;
}
</style>
border-color css
<style>
span { border-color: #5A7E60; }
span { border-color: rgb(90,126,96); }
td.TdClassName
{
border-color: #5A7E60;
}
.TagClassName
{
border-color: #5A7E60;
}
</style>