Shades of Como #5A8566
Tints of Como #5A8566
RGB
CMYK
RGB Variations
Color information
#5A8566 (or 0x5A8566) is known color: Como. HEX triplet: 5A, 85 and 66. RGB value is (90,133,102). Sum of RGB (Red+Green+Blue) = 90+133+102=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8566 is #A57A99. Grayscale: #747474. Windows color (decimal): -10844826 or 6718810. OLE color: 6718810.
HSL color Cylindrical-coordinate representation of color #5A8566: hue angle of 136.74º 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 #5A8566 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 102 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.48 |
| HSL | 136.74º | 0.19% | 0.44% | - |
| HSV(B) | 136.74º | 0.32% | 0.52% | - |
| XYZ | 15 | 19.91 | 15.62 | - |
| YUV | 116.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 102 | 0.32 | 0 | 0.23 | 0.48 | 136.74 | 0.19 | 0.44 |
| Hex | 5A | 85 | 66 | 20 | 0 | 17 | 30 | 89 | 13 | 2C |
| Octal | 132 | 205 | 146 | 40 | 0 | 27 | 60 | 211 | 23 | 54 |
| Binary | 1011010 | 10000101 | 1100110 | 100000 | 0 | 10111 | 110000 | 10001001 | 10011 | 101100 |
Color Harmonies of #5A8566
Complementary color
Monochromatic Colors of #5A8566
Black with #5A8566
Text Example
Text Example
White with #5A8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8566; }
p { color: rgb(90,133,102); }
H1.HeaderClassName
{
color: #5A8566;
}
.AnyTagClassName
{
color: #5A8566;
}
</style>
background-color css
<style>
a { background-color: #5A8566; }
a { background-color: rgb(90,133,102); }
div.DivClassName
{
background-color: #5A8566;
}
.BgClassName
{
background-color: #5A8566;
}
</style>
border-color css
<style>
span { border-color: #5A8566; }
span { border-color: rgb(90,133,102); }
td.TdClassName
{
border-color: #5A8566;
}
.TagClassName
{
border-color: #5A8566;
}
</style>