Shades of Como #5A7765
Tints of Como #5A7765
RGB
CMYK
RGB Variations
Color information
#5A7765 (or 0x5A7765) is known color: Como. HEX triplet: 5A, 77 and 65. RGB value is (90,119,101). Sum of RGB (Red+Green+Blue) = 90+119+101=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7765 is #A5889A. Grayscale: #6C6C6C. Windows color (decimal): -10848411 or 6649690. OLE color: 6649690.
HSL color Cylindrical-coordinate representation of color #5A7765: hue angle of 142.76º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7765 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 101 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.53 |
| HSL | 142.76º | 0.14% | 0.41% | - |
| HSV(B) | 142.76º | 0.24% | 0.47% | - |
| XYZ | 13.16 | 16.31 | 14.77 | - |
| YUV | 108.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 101 | 0.24 | 0 | 0.15 | 0.53 | 142.76 | 0.14 | 0.41 |
| Hex | 5A | 77 | 65 | 18 | 0 | F | 35 | 8F | E | 29 |
| Octal | 132 | 167 | 145 | 30 | 0 | 17 | 65 | 217 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1100101 | 11000 | 0 | 1111 | 110101 | 10001111 | 1110 | 101001 |
Color Harmonies of #5A7765
Complementary color
Monochromatic Colors of #5A7765
Black with #5A7765
Text Example
Text Example
White with #5A7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7765; }
p { color: rgb(90,119,101); }
H1.HeaderClassName
{
color: #5A7765;
}
.AnyTagClassName
{
color: #5A7765;
}
</style>
background-color css
<style>
a { background-color: #5A7765; }
a { background-color: rgb(90,119,101); }
div.DivClassName
{
background-color: #5A7765;
}
.BgClassName
{
background-color: #5A7765;
}
</style>
border-color css
<style>
span { border-color: #5A7765; }
span { border-color: rgb(90,119,101); }
td.TdClassName
{
border-color: #5A7765;
}
.TagClassName
{
border-color: #5A7765;
}
</style>