Shades of Como #5A7D64
Tints of Como #5A7D64
RGB
CMYK
RGB Variations
Color information
#5A7D64 (or 0x5A7D64) is known color: Como. HEX triplet: 5A, 7D and 64. RGB value is (90,125,100). Sum of RGB (Red+Green+Blue) = 90+125+100=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D64 is #A5829B. Grayscale: #6F6F6F. Windows color (decimal): -10846876 or 6585690. OLE color: 6585690.
HSL color Cylindrical-coordinate representation of color #5A7D64: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7D64 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 100 | - |
| CMYK | 0.28 | 0 | 0.2 | 0.51 |
| HSL | 137.14º | 0.16% | 0.42% | - |
| HSV(B) | 137.14º | 0.28% | 0.49% | - |
| XYZ | 13.85 | 17.76 | 14.75 | - |
| YUV | 111.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 100 | 0.28 | 0 | 0.2 | 0.51 | 137.14 | 0.16 | 0.42 |
| Hex | 5A | 7D | 64 | 1C | 0 | 14 | 33 | 89 | 10 | 2A |
| Octal | 132 | 175 | 144 | 34 | 0 | 24 | 63 | 211 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1100100 | 11100 | 0 | 10100 | 110011 | 10001001 | 10000 | 101010 |
Color Harmonies of #5A7D64
Complementary color
Monochromatic Colors of #5A7D64
Black with #5A7D64
Text Example
Text Example
White with #5A7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D64; }
p { color: rgb(90,125,100); }
H1.HeaderClassName
{
color: #5A7D64;
}
.AnyTagClassName
{
color: #5A7D64;
}
</style>
background-color css
<style>
a { background-color: #5A7D64; }
a { background-color: rgb(90,125,100); }
div.DivClassName
{
background-color: #5A7D64;
}
.BgClassName
{
background-color: #5A7D64;
}
</style>
border-color css
<style>
span { border-color: #5A7D64; }
span { border-color: rgb(90,125,100); }
td.TdClassName
{
border-color: #5A7D64;
}
.TagClassName
{
border-color: #5A7D64;
}
</style>