Shades of Como #5A7D66
Tints of Como #5A7D66
RGB
CMYK
RGB Variations
Color information
#5A7D66 (or 0x5A7D66) is known color: Como. HEX triplet: 5A, 7D and 66. RGB value is (90,125,102). Sum of RGB (Red+Green+Blue) = 90+125+102=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D66 is #A58299. Grayscale: #6F6F6F. Windows color (decimal): -10846874 or 6716762. OLE color: 6716762.
HSL color Cylindrical-coordinate representation of color #5A7D66: hue angle of 140.57º 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 #5A7D66 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 102 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.51 |
| HSL | 140.57º | 0.16% | 0.42% | - |
| HSV(B) | 140.57º | 0.28% | 0.49% | - |
| XYZ | 13.95 | 17.8 | 15.27 | - |
| YUV | 111.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 102 | 0.28 | 0 | 0.18 | 0.51 | 140.57 | 0.16 | 0.42 |
| Hex | 5A | 7D | 66 | 1C | 0 | 12 | 33 | 8D | 10 | 2A |
| Octal | 132 | 175 | 146 | 34 | 0 | 22 | 63 | 215 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1100110 | 11100 | 0 | 10010 | 110011 | 10001101 | 10000 | 101010 |
Color Harmonies of #5A7D66
Complementary color
Monochromatic Colors of #5A7D66
Black with #5A7D66
Text Example
Text Example
White with #5A7D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D66; }
p { color: rgb(90,125,102); }
H1.HeaderClassName
{
color: #5A7D66;
}
.AnyTagClassName
{
color: #5A7D66;
}
</style>
background-color css
<style>
a { background-color: #5A7D66; }
a { background-color: rgb(90,125,102); }
div.DivClassName
{
background-color: #5A7D66;
}
.BgClassName
{
background-color: #5A7D66;
}
</style>
border-color css
<style>
span { border-color: #5A7D66; }
span { border-color: rgb(90,125,102); }
td.TdClassName
{
border-color: #5A7D66;
}
.TagClassName
{
border-color: #5A7D66;
}
</style>