Shades of Como #588C69
Tints of Como #588C69
RGB
CMYK
RGB Variations
Color information
#588C69 (or 0x588C69) is known color: Como. HEX triplet: 58, 8C and 69. RGB value is (88,140,105). Sum of RGB (Red+Green+Blue) = 88+140+105=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #588C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588C69 is #A77396. Grayscale: #787878. Windows color (decimal): -10974103 or 6917208. OLE color: 6917208.
HSL color Cylindrical-coordinate representation of color #588C69: hue angle of 139.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588C69 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 105 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.45 |
| HSL | 139.62º | 0.23% | 0.45% | - |
| HSV(B) | 139.62º | 0.37% | 0.55% | - |
| XYZ | 15.95 | 21.85 | 16.74 | - |
| YUV | 120.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 105 | 0.37 | 0 | 0.25 | 0.45 | 139.62 | 0.23 | 0.45 |
| Hex | 58 | 8C | 69 | 25 | 0 | 19 | 2D | 8C | 17 | 2D |
| Octal | 130 | 214 | 151 | 45 | 0 | 31 | 55 | 214 | 27 | 55 |
| Binary | 1011000 | 10001100 | 1101001 | 100101 | 0 | 11001 | 101101 | 10001100 | 10111 | 101101 |
Color Harmonies of #588C69
Complementary color
Monochromatic Colors of #588C69
Black with #588C69
Text Example
Text Example
White with #588C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C69; }
p { color: rgb(88,140,105); }
H1.HeaderClassName
{
color: #588C69;
}
.AnyTagClassName
{
color: #588C69;
}
</style>
background-color css
<style>
a { background-color: #588C69; }
a { background-color: rgb(88,140,105); }
div.DivClassName
{
background-color: #588C69;
}
.BgClassName
{
background-color: #588C69;
}
</style>
border-color css
<style>
span { border-color: #588C69; }
span { border-color: rgb(88,140,105); }
td.TdClassName
{
border-color: #588C69;
}
.TagClassName
{
border-color: #588C69;
}
</style>