Shades of Como #5A6D61
Tints of Como #5A6D61
RGB
CMYK
RGB Variations
Color information
#5A6D61 (or 0x5A6D61) is known color: Como. HEX triplet: 5A, 6D and 61. RGB value is (90,109,97). Sum of RGB (Red+Green+Blue) = 90+109+97=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D61 is #A5929E. Grayscale: #656565. Windows color (decimal): -10850975 or 6384986. OLE color: 6384986.
HSL color Cylindrical-coordinate representation of color #5A6D61: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6D61 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 97 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.57 |
| HSL | 142.11º | 0.1% | 0.39% | - |
| HSV(B) | 142.11º | 0.17% | 0.43% | - |
| XYZ | 11.84 | 13.97 | 13.38 | - |
| YUV | 101.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 97 | 0.17 | 0 | 0.11 | 0.57 | 142.11 | 0.1 | 0.39 |
| Hex | 5A | 6D | 61 | 11 | 0 | B | 39 | 8E | A | 27 |
| Octal | 132 | 155 | 141 | 21 | 0 | 13 | 71 | 216 | 12 | 47 |
| Binary | 1011010 | 1101101 | 1100001 | 10001 | 0 | 1011 | 111001 | 10001110 | 1010 | 100111 |
Color Harmonies of #5A6D61
Complementary color
Monochromatic Colors of #5A6D61
Black with #5A6D61
Text Example
Text Example
White with #5A6D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D61; }
p { color: rgb(90,109,97); }
H1.HeaderClassName
{
color: #5A6D61;
}
.AnyTagClassName
{
color: #5A6D61;
}
</style>
background-color css
<style>
a { background-color: #5A6D61; }
a { background-color: rgb(90,109,97); }
div.DivClassName
{
background-color: #5A6D61;
}
.BgClassName
{
background-color: #5A6D61;
}
</style>
border-color css
<style>
span { border-color: #5A6D61; }
span { border-color: rgb(90,109,97); }
td.TdClassName
{
border-color: #5A6D61;
}
.TagClassName
{
border-color: #5A6D61;
}
</style>