Shades of Como #5A7660
Tints of Como #5A7660
RGB
CMYK
RGB Variations
Color information
#5A7660 (or 0x5A7660) is known color: Como. HEX triplet: 5A, 76 and 60. RGB value is (90,118,96). Sum of RGB (Red+Green+Blue) = 90+118+96=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7660 is #A5899F. Grayscale: #6B6B6B. Windows color (decimal): -10848672 or 6321754. OLE color: 6321754.
HSL color Cylindrical-coordinate representation of color #5A7660: hue angle of 132.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7660 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 96 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.54 |
| HSL | 132.86º | 0.13% | 0.41% | - |
| HSV(B) | 132.86º | 0.24% | 0.46% | - |
| XYZ | 12.81 | 15.98 | 13.47 | - |
| YUV | 107.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 96 | 0.24 | 0 | 0.19 | 0.54 | 132.86 | 0.13 | 0.41 |
| Hex | 5A | 76 | 60 | 18 | 0 | 13 | 36 | 85 | D | 29 |
| Octal | 132 | 166 | 140 | 30 | 0 | 23 | 66 | 205 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1100000 | 11000 | 0 | 10011 | 110110 | 10000101 | 1101 | 101001 |
Color Harmonies of #5A7660
Complementary color
Monochromatic Colors of #5A7660
Black with #5A7660
Text Example
Text Example
White with #5A7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7660; }
p { color: rgb(90,118,96); }
H1.HeaderClassName
{
color: #5A7660;
}
.AnyTagClassName
{
color: #5A7660;
}
</style>
background-color css
<style>
a { background-color: #5A7660; }
a { background-color: rgb(90,118,96); }
div.DivClassName
{
background-color: #5A7660;
}
.BgClassName
{
background-color: #5A7660;
}
</style>
border-color css
<style>
span { border-color: #5A7660; }
span { border-color: rgb(90,118,96); }
td.TdClassName
{
border-color: #5A7660;
}
.TagClassName
{
border-color: #5A7660;
}
</style>