Shades of Como #58765E
Tints of Como #58765E
RGB
CMYK
RGB Variations
Color information
#58765E (or 0x58765E) is known color: Como. HEX triplet: 58, 76 and 5E. RGB value is (88,118,94). Sum of RGB (Red+Green+Blue) = 88+118+94=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #58765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58765E is #A789A1. Grayscale: #6A6A6A. Windows color (decimal): -10979746 or 6190680. OLE color: 6190680.
HSL color Cylindrical-coordinate representation of color #58765E: hue angle of 132º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58765E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 94 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.54 |
| HSL | 132º | 0.15% | 0.4% | - |
| HSV(B) | 132º | 0.25% | 0.46% | - |
| XYZ | 12.52 | 15.84 | 12.99 | - |
| YUV | 106.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 94 | 0.25 | 0 | 0.20 | 0.54 | 132 | 0.15 | 0.4 |
| Hex | 58 | 76 | 5E | 19 | 0 | 14 | 36 | 84 | F | 28 |
| Octal | 130 | 166 | 136 | 31 | 0 | 24 | 66 | 204 | 17 | 50 |
| Binary | 1011000 | 1110110 | 1011110 | 11001 | 0 | 10100 | 110110 | 10000100 | 1111 | 101000 |
Color Harmonies of #58765E
Complementary color
Monochromatic Colors of #58765E
Black with #58765E
Text Example
Text Example
White with #58765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58765E; }
p { color: rgb(88,118,94); }
H1.HeaderClassName
{
color: #58765E;
}
.AnyTagClassName
{
color: #58765E;
}
</style>
background-color css
<style>
a { background-color: #58765E; }
a { background-color: rgb(88,118,94); }
div.DivClassName
{
background-color: #58765E;
}
.BgClassName
{
background-color: #58765E;
}
</style>
border-color css
<style>
span { border-color: #58765E; }
span { border-color: rgb(88,118,94); }
td.TdClassName
{
border-color: #58765E;
}
.TagClassName
{
border-color: #58765E;
}
</style>