Shades of Como #58765D
Tints of Como #58765D
RGB
CMYK
RGB Variations
Color information
#58765D (or 0x58765D) is known color: Como. HEX triplet: 58, 76 and 5D. RGB value is (88,118,93). Sum of RGB (Red+Green+Blue) = 88+118+93=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #58765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58765D is #A789A2. Grayscale: #6A6A6A. Windows color (decimal): -10979747 or 6125144. OLE color: 6125144.
HSL color Cylindrical-coordinate representation of color #58765D: hue angle of 130º 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 #58765D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 93 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.54 |
| HSL | 130º | 0.15% | 0.4% | - |
| HSV(B) | 130º | 0.25% | 0.46% | - |
| XYZ | 12.48 | 15.82 | 12.75 | - |
| YUV | 106.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 93 | 0.25 | 0 | 0.21 | 0.54 | 130 | 0.15 | 0.4 |
| Hex | 58 | 76 | 5D | 19 | 0 | 15 | 36 | 82 | F | 28 |
| Octal | 130 | 166 | 135 | 31 | 0 | 25 | 66 | 202 | 17 | 50 |
| Binary | 1011000 | 1110110 | 1011101 | 11001 | 0 | 10101 | 110110 | 10000010 | 1111 | 101000 |
Color Harmonies of #58765D
Complementary color
Monochromatic Colors of #58765D
Black with #58765D
Text Example
Text Example
White with #58765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58765D; }
p { color: rgb(88,118,93); }
H1.HeaderClassName
{
color: #58765D;
}
.AnyTagClassName
{
color: #58765D;
}
</style>
background-color css
<style>
a { background-color: #58765D; }
a { background-color: rgb(88,118,93); }
div.DivClassName
{
background-color: #58765D;
}
.BgClassName
{
background-color: #58765D;
}
</style>
border-color css
<style>
span { border-color: #58765D; }
span { border-color: rgb(88,118,93); }
td.TdClassName
{
border-color: #58765D;
}
.TagClassName
{
border-color: #58765D;
}
</style>