Shades of Como #588065
Tints of Como #588065
RGB
CMYK
RGB Variations
Color information
#588065 (or 0x588065) is known color: Como. HEX triplet: 58, 80 and 65. RGB value is (88,128,101). Sum of RGB (Red+Green+Blue) = 88+128+101=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #588065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588065 is #A77F9A. Grayscale: #717171. Windows color (decimal): -10977179 or 6651992. OLE color: 6651992.
HSL color Cylindrical-coordinate representation of color #588065: hue angle of 139.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #588065 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 128 | 101 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.50 |
| HSL | 139.5º | 0.19% | 0.42% | - |
| HSV(B) | 139.5º | 0.31% | 0.5% | - |
| XYZ | 14.09 | 18.45 | 15.13 | - |
| YUV | 112.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 101 | 0.31 | 0 | 0.21 | 0.50 | 139.5 | 0.19 | 0.42 |
| Hex | 58 | 80 | 65 | 1F | 0 | 15 | 32 | 8C | 13 | 2A |
| Octal | 130 | 200 | 145 | 37 | 0 | 25 | 62 | 214 | 23 | 52 |
| Binary | 1011000 | 10000000 | 1100101 | 11111 | 0 | 10101 | 110010 | 10001100 | 10011 | 101010 |
Color Harmonies of #588065
Complementary color
Monochromatic Colors of #588065
Black with #588065
Text Example
Text Example
White with #588065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588065; }
p { color: rgb(88,128,101); }
H1.HeaderClassName
{
color: #588065;
}
.AnyTagClassName
{
color: #588065;
}
</style>
background-color css
<style>
a { background-color: #588065; }
a { background-color: rgb(88,128,101); }
div.DivClassName
{
background-color: #588065;
}
.BgClassName
{
background-color: #588065;
}
</style>
border-color css
<style>
span { border-color: #588065; }
span { border-color: rgb(88,128,101); }
td.TdClassName
{
border-color: #588065;
}
.TagClassName
{
border-color: #588065;
}
</style>