Shades of Como #5A8567
Tints of Como #5A8567
RGB
CMYK
RGB Variations
Color information
#5A8567 (or 0x5A8567) is known color: Como. HEX triplet: 5A, 85 and 67. RGB value is (90,133,103). Sum of RGB (Red+Green+Blue) = 90+133+103=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8567 is #A57A98. Grayscale: #747474. Windows color (decimal): -10844825 or 6784346. OLE color: 6784346.
HSL color Cylindrical-coordinate representation of color #5A8567: hue angle of 138.14º 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 #5A8567 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 103 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.48 |
| HSL | 138.14º | 0.19% | 0.44% | - |
| HSV(B) | 138.14º | 0.32% | 0.52% | - |
| XYZ | 15.05 | 19.93 | 15.89 | - |
| YUV | 116.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 103 | 0.32 | 0 | 0.23 | 0.48 | 138.14 | 0.19 | 0.44 |
| Hex | 5A | 85 | 67 | 20 | 0 | 17 | 30 | 8A | 13 | 2C |
| Octal | 132 | 205 | 147 | 40 | 0 | 27 | 60 | 212 | 23 | 54 |
| Binary | 1011010 | 10000101 | 1100111 | 100000 | 0 | 10111 | 110000 | 10001010 | 10011 | 101100 |
Color Harmonies of #5A8567
Complementary color
Monochromatic Colors of #5A8567
Black with #5A8567
Text Example
Text Example
White with #5A8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8567; }
p { color: rgb(90,133,103); }
H1.HeaderClassName
{
color: #5A8567;
}
.AnyTagClassName
{
color: #5A8567;
}
</style>
background-color css
<style>
a { background-color: #5A8567; }
a { background-color: rgb(90,133,103); }
div.DivClassName
{
background-color: #5A8567;
}
.BgClassName
{
background-color: #5A8567;
}
</style>
border-color css
<style>
span { border-color: #5A8567; }
span { border-color: rgb(90,133,103); }
td.TdClassName
{
border-color: #5A8567;
}
.TagClassName
{
border-color: #5A8567;
}
</style>