Shades of William #58706E
Tints of William #58706E
RGB
CMYK
RGB Variations
Color information
#58706E (or 0x58706E) is known color: William. HEX triplet: 58, 70 and 6E. RGB value is (88,112,110). Sum of RGB (Red+Green+Blue) = 88+112+110=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #58706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58706E is #A78F91. Grayscale: #686868. Windows color (decimal): -10981266 or 7237720. OLE color: 7237720.
HSL color Cylindrical-coordinate representation of color #58706E: hue angle of 175º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58706E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 110 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.56 |
| HSL | 175º | 0.12% | 0.39% | - |
| HSV(B) | 175º | 0.21% | 0.44% | - |
| XYZ | 12.63 | 14.79 | 16.94 | - |
| YUV | 104.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 110 | 0.21 | 0 | 0.02 | 0.56 | 175 | 0.12 | 0.39 |
| Hex | 58 | 70 | 6E | 15 | 0 | 2 | 38 | AF | C | 27 |
| Octal | 130 | 160 | 156 | 25 | 0 | 2 | 70 | 257 | 14 | 47 |
| Binary | 1011000 | 1110000 | 1101110 | 10101 | 0 | 10 | 111000 | 10101111 | 1100 | 100111 |
Color Harmonies of #58706E
Complementary color
Monochromatic Colors of #58706E
Black with #58706E
Text Example
Text Example
White with #58706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58706E; }
p { color: rgb(88,112,110); }
H1.HeaderClassName
{
color: #58706E;
}
.AnyTagClassName
{
color: #58706E;
}
</style>
background-color css
<style>
a { background-color: #58706E; }
a { background-color: rgb(88,112,110); }
div.DivClassName
{
background-color: #58706E;
}
.BgClassName
{
background-color: #58706E;
}
</style>
border-color css
<style>
span { border-color: #58706E; }
span { border-color: rgb(88,112,110); }
td.TdClassName
{
border-color: #58706E;
}
.TagClassName
{
border-color: #58706E;
}
</style>