Shades of Como #5A7860
Tints of Como #5A7860
RGB
CMYK
RGB Variations
Color information
#5A7860 (or 0x5A7860) is known color: Como. HEX triplet: 5A, 78 and 60. RGB value is (90,120,96). Sum of RGB (Red+Green+Blue) = 90+120+96=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7860 is #A5879F. Grayscale: #6C6C6C. Windows color (decimal): -10848160 or 6322266. OLE color: 6322266.
HSL color Cylindrical-coordinate representation of color #5A7860: hue angle of 132º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7860 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 96 | - |
| CMYK | 0.25 | 0 | 0.2 | 0.53 |
| HSL | 132º | 0.14% | 0.41% | - |
| HSV(B) | 132º | 0.25% | 0.47% | - |
| XYZ | 13.04 | 16.45 | 13.55 | - |
| YUV | 108.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 96 | 0.25 | 0 | 0.2 | 0.53 | 132 | 0.14 | 0.41 |
| Hex | 5A | 78 | 60 | 19 | 0 | 14 | 35 | 84 | E | 29 |
| Octal | 132 | 170 | 140 | 31 | 0 | 24 | 65 | 204 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1100000 | 11001 | 0 | 10100 | 110101 | 10000100 | 1110 | 101001 |
Color Harmonies of #5A7860
Complementary color
Monochromatic Colors of #5A7860
Black with #5A7860
Text Example
Text Example
White with #5A7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7860; }
p { color: rgb(90,120,96); }
H1.HeaderClassName
{
color: #5A7860;
}
.AnyTagClassName
{
color: #5A7860;
}
</style>
background-color css
<style>
a { background-color: #5A7860; }
a { background-color: rgb(90,120,96); }
div.DivClassName
{
background-color: #5A7860;
}
.BgClassName
{
background-color: #5A7860;
}
</style>
border-color css
<style>
span { border-color: #5A7860; }
span { border-color: rgb(90,120,96); }
td.TdClassName
{
border-color: #5A7860;
}
.TagClassName
{
border-color: #5A7860;
}
</style>