Shades of Como #588A62
Tints of Como #588A62
RGB
CMYK
RGB Variations
Color information
#588A62 (or 0x588A62) is known color: Como. HEX triplet: 58, 8A and 62. RGB value is (88,138,98). Sum of RGB (Red+Green+Blue) = 88+138+98=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #588A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588A62 is #A7759D. Grayscale: #767676. Windows color (decimal): -10974622 or 6457944. OLE color: 6457944.
HSL color Cylindrical-coordinate representation of color #588A62: hue angle of 132º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588A62 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 138 | 98 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.46 |
| HSL | 132º | 0.22% | 0.44% | - |
| HSV(B) | 132º | 0.36% | 0.54% | - |
| XYZ | 15.32 | 21.13 | 14.83 | - |
| YUV | 118.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 98 | 0.36 | 0 | 0.29 | 0.46 | 132 | 0.22 | 0.44 |
| Hex | 58 | 8A | 62 | 24 | 0 | 1D | 2E | 84 | 16 | 2C |
| Octal | 130 | 212 | 142 | 44 | 0 | 35 | 56 | 204 | 26 | 54 |
| Binary | 1011000 | 10001010 | 1100010 | 100100 | 0 | 11101 | 101110 | 10000100 | 10110 | 101100 |
Color Harmonies of #588A62
Complementary color
Monochromatic Colors of #588A62
Black with #588A62
Text Example
Text Example
White with #588A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588A62; }
p { color: rgb(88,138,98); }
H1.HeaderClassName
{
color: #588A62;
}
.AnyTagClassName
{
color: #588A62;
}
</style>
background-color css
<style>
a { background-color: #588A62; }
a { background-color: rgb(88,138,98); }
div.DivClassName
{
background-color: #588A62;
}
.BgClassName
{
background-color: #588A62;
}
</style>
border-color css
<style>
span { border-color: #588A62; }
span { border-color: rgb(88,138,98); }
td.TdClassName
{
border-color: #588A62;
}
.TagClassName
{
border-color: #588A62;
}
</style>