Shades of Como #58815F
Tints of Como #58815F
RGB
CMYK
RGB Variations
Color information
#58815F (or 0x58815F) is known color: Como. HEX triplet: 58, 81 and 5F. RGB value is (88,129,95). Sum of RGB (Red+Green+Blue) = 88+129+95=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #58815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58815F is #A77EA0. Grayscale: #707070. Windows color (decimal): -10976929 or 6259032. OLE color: 6259032.
HSL color Cylindrical-coordinate representation of color #58815F: hue angle of 130.24º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58815F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 95 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.49 |
| HSL | 130.24º | 0.19% | 0.43% | - |
| HSV(B) | 130.24º | 0.32% | 0.51% | - |
| XYZ | 13.94 | 18.6 | 13.68 | - |
| YUV | 112.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 95 | 0.32 | 0 | 0.26 | 0.49 | 130.24 | 0.19 | 0.43 |
| Hex | 58 | 81 | 5F | 20 | 0 | 1A | 31 | 82 | 13 | 2B |
| Octal | 130 | 201 | 137 | 40 | 0 | 32 | 61 | 202 | 23 | 53 |
| Binary | 1011000 | 10000001 | 1011111 | 100000 | 0 | 11010 | 110001 | 10000010 | 10011 | 101011 |
Color Harmonies of #58815F
Complementary color
Monochromatic Colors of #58815F
Black with #58815F
Text Example
Text Example
White with #58815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58815F; }
p { color: rgb(88,129,95); }
H1.HeaderClassName
{
color: #58815F;
}
.AnyTagClassName
{
color: #58815F;
}
</style>
background-color css
<style>
a { background-color: #58815F; }
a { background-color: rgb(88,129,95); }
div.DivClassName
{
background-color: #58815F;
}
.BgClassName
{
background-color: #58815F;
}
</style>
border-color css
<style>
span { border-color: #58815F; }
span { border-color: rgb(88,129,95); }
td.TdClassName
{
border-color: #58815F;
}
.TagClassName
{
border-color: #58815F;
}
</style>