Shades of William #58716D
Tints of William #58716D
RGB
CMYK
RGB Variations
Color information
#58716D (or 0x58716D) is known color: William. HEX triplet: 58, 71 and 6D. RGB value is (88,113,109). Sum of RGB (Red+Green+Blue) = 88+113+109=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #58716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58716D is #A78E92. Grayscale: #696969. Windows color (decimal): -10981011 or 7172440. OLE color: 7172440.
HSL color Cylindrical-coordinate representation of color #58716D: hue angle of 170.4º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58716D is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 113 | 109 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.56 |
| HSL | 170.4º | 0.12% | 0.39% | - |
| HSV(B) | 170.4º | 0.22% | 0.44% | - |
| XYZ | 12.69 | 14.99 | 16.69 | - |
| YUV | 105.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 109 | 0.22 | 0 | 0.04 | 0.56 | 170.4 | 0.12 | 0.39 |
| Hex | 58 | 71 | 6D | 16 | 0 | 4 | 38 | AA | C | 27 |
| Octal | 130 | 161 | 155 | 26 | 0 | 4 | 70 | 252 | 14 | 47 |
| Binary | 1011000 | 1110001 | 1101101 | 10110 | 0 | 100 | 111000 | 10101010 | 1100 | 100111 |
Color Harmonies of #58716D
Complementary color
Monochromatic Colors of #58716D
Black with #58716D
Text Example
Text Example
White with #58716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58716D; }
p { color: rgb(88,113,109); }
H1.HeaderClassName
{
color: #58716D;
}
.AnyTagClassName
{
color: #58716D;
}
</style>
background-color css
<style>
a { background-color: #58716D; }
a { background-color: rgb(88,113,109); }
div.DivClassName
{
background-color: #58716D;
}
.BgClassName
{
background-color: #58716D;
}
</style>
border-color css
<style>
span { border-color: #58716D; }
span { border-color: rgb(88,113,109); }
td.TdClassName
{
border-color: #58716D;
}
.TagClassName
{
border-color: #58716D;
}
</style>