Shades of Como #5A8462
Tints of Como #5A8462
RGB
CMYK
RGB Variations
Color information
#5A8462 (or 0x5A8462) is known color: Como. HEX triplet: 5A, 84 and 62. RGB value is (90,132,98). Sum of RGB (Red+Green+Blue) = 90+132+98=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8462 is #A57B9D. Grayscale: #737373. Windows color (decimal): -10845086 or 6456410. OLE color: 6456410.
HSL color Cylindrical-coordinate representation of color #5A8462: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A8462 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 98 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.48 |
| HSL | 131.43º | 0.19% | 0.44% | - |
| HSV(B) | 131.43º | 0.32% | 0.52% | - |
| XYZ | 14.67 | 19.56 | 14.56 | - |
| YUV | 115.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 98 | 0.32 | 0 | 0.26 | 0.48 | 131.43 | 0.19 | 0.44 |
| Hex | 5A | 84 | 62 | 20 | 0 | 1A | 30 | 83 | 13 | 2C |
| Octal | 132 | 204 | 142 | 40 | 0 | 32 | 60 | 203 | 23 | 54 |
| Binary | 1011010 | 10000100 | 1100010 | 100000 | 0 | 11010 | 110000 | 10000011 | 10011 | 101100 |
Color Harmonies of #5A8462
Complementary color
Monochromatic Colors of #5A8462
Black with #5A8462
Text Example
Text Example
White with #5A8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8462; }
p { color: rgb(90,132,98); }
H1.HeaderClassName
{
color: #5A8462;
}
.AnyTagClassName
{
color: #5A8462;
}
</style>
background-color css
<style>
a { background-color: #5A8462; }
a { background-color: rgb(90,132,98); }
div.DivClassName
{
background-color: #5A8462;
}
.BgClassName
{
background-color: #5A8462;
}
</style>
border-color css
<style>
span { border-color: #5A8462; }
span { border-color: rgb(90,132,98); }
td.TdClassName
{
border-color: #5A8462;
}
.TagClassName
{
border-color: #5A8462;
}
</style>