Shades of William #58736D
Tints of William #58736D
RGB
CMYK
RGB Variations
Color information
#58736D (or 0x58736D) is known color: William. HEX triplet: 58, 73 and 6D. RGB value is (88,115,109). Sum of RGB (Red+Green+Blue) = 88+115+109=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #58736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58736D is #A78C92. Grayscale: #6A6A6A. Windows color (decimal): -10980499 or 7172952. OLE color: 7172952.
HSL color Cylindrical-coordinate representation of color #58736D: hue angle of 166.67º 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 #58736D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 109 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.55 |
| HSL | 166.67º | 0.13% | 0.4% | - |
| HSV(B) | 166.67º | 0.23% | 0.45% | - |
| XYZ | 12.92 | 15.44 | 16.77 | - |
| YUV | 106.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 109 | 0.23 | 0 | 0.05 | 0.55 | 166.67 | 0.13 | 0.4 |
| Hex | 58 | 73 | 6D | 17 | 0 | 5 | 37 | A7 | D | 28 |
| Octal | 130 | 163 | 155 | 27 | 0 | 5 | 67 | 247 | 15 | 50 |
| Binary | 1011000 | 1110011 | 1101101 | 10111 | 0 | 101 | 110111 | 10100111 | 1101 | 101000 |
Color Harmonies of #58736D
Complementary color
Monochromatic Colors of #58736D
Black with #58736D
Text Example
Text Example
White with #58736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58736D; }
p { color: rgb(88,115,109); }
H1.HeaderClassName
{
color: #58736D;
}
.AnyTagClassName
{
color: #58736D;
}
</style>
background-color css
<style>
a { background-color: #58736D; }
a { background-color: rgb(88,115,109); }
div.DivClassName
{
background-color: #58736D;
}
.BgClassName
{
background-color: #58736D;
}
</style>
border-color css
<style>
span { border-color: #58736D; }
span { border-color: rgb(88,115,109); }
td.TdClassName
{
border-color: #58736D;
}
.TagClassName
{
border-color: #58736D;
}
</style>