Shades of Como #5A8161
Tints of Como #5A8161
RGB
CMYK
RGB Variations
Color information
#5A8161 (or 0x5A8161) is known color: Como. HEX triplet: 5A, 81 and 61. RGB value is (90,129,97). Sum of RGB (Red+Green+Blue) = 90+129+97=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #5A8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8161 is #A57E9E. Grayscale: #717171. Windows color (decimal): -10845855 or 6390106. OLE color: 6390106.
HSL color Cylindrical-coordinate representation of color #5A8161: hue angle of 130.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A8161 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 129 | 97 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.49 |
| HSL | 130.77º | 0.18% | 0.43% | - |
| HSV(B) | 130.77º | 0.3% | 0.51% | - |
| XYZ | 14.22 | 18.74 | 14.18 | - |
| YUV | 113.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 97 | 0.30 | 0 | 0.25 | 0.49 | 130.77 | 0.18 | 0.43 |
| Hex | 5A | 81 | 61 | 1E | 0 | 19 | 31 | 83 | 12 | 2B |
| Octal | 132 | 201 | 141 | 36 | 0 | 31 | 61 | 203 | 22 | 53 |
| Binary | 1011010 | 10000001 | 1100001 | 11110 | 0 | 11001 | 110001 | 10000011 | 10010 | 101011 |
Color Harmonies of #5A8161
Complementary color
Monochromatic Colors of #5A8161
Black with #5A8161
Text Example
Text Example
White with #5A8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8161; }
p { color: rgb(90,129,97); }
H1.HeaderClassName
{
color: #5A8161;
}
.AnyTagClassName
{
color: #5A8161;
}
</style>
background-color css
<style>
a { background-color: #5A8161; }
a { background-color: rgb(90,129,97); }
div.DivClassName
{
background-color: #5A8161;
}
.BgClassName
{
background-color: #5A8161;
}
</style>
border-color css
<style>
span { border-color: #5A8161; }
span { border-color: rgb(90,129,97); }
td.TdClassName
{
border-color: #5A8161;
}
.TagClassName
{
border-color: #5A8161;
}
</style>