Shades of William #58726D
Tints of William #58726D
RGB
CMYK
RGB Variations
Color information
#58726D (or 0x58726D) is known color: William. HEX triplet: 58, 72 and 6D. RGB value is (88,114,109). Sum of RGB (Red+Green+Blue) = 88+114+109=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #58726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58726D is #A78D92. Grayscale: #696969. Windows color (decimal): -10980755 or 7172696. OLE color: 7172696.
HSL color Cylindrical-coordinate representation of color #58726D: hue angle of 168.46º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58726D is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 109 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.55 |
| HSL | 168.46º | 0.13% | 0.4% | - |
| HSV(B) | 168.46º | 0.23% | 0.45% | - |
| XYZ | 12.8 | 15.21 | 16.73 | - |
| YUV | 105.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 109 | 0.23 | 0 | 0.04 | 0.55 | 168.46 | 0.13 | 0.4 |
| Hex | 58 | 72 | 6D | 17 | 0 | 4 | 37 | A8 | D | 28 |
| Octal | 130 | 162 | 155 | 27 | 0 | 4 | 67 | 250 | 15 | 50 |
| Binary | 1011000 | 1110010 | 1101101 | 10111 | 0 | 100 | 110111 | 10101000 | 1101 | 101000 |
Color Harmonies of #58726D
Complementary color
Monochromatic Colors of #58726D
Black with #58726D
Text Example
Text Example
White with #58726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58726D; }
p { color: rgb(88,114,109); }
H1.HeaderClassName
{
color: #58726D;
}
.AnyTagClassName
{
color: #58726D;
}
</style>
background-color css
<style>
a { background-color: #58726D; }
a { background-color: rgb(88,114,109); }
div.DivClassName
{
background-color: #58726D;
}
.BgClassName
{
background-color: #58726D;
}
</style>
border-color css
<style>
span { border-color: #58726D; }
span { border-color: rgb(88,114,109); }
td.TdClassName
{
border-color: #58726D;
}
.TagClassName
{
border-color: #58726D;
}
</style>