Shades of William #58706B
Tints of William #58706B
RGB
CMYK
RGB Variations
Color information
#58706B (or 0x58706B) is known color: William. HEX triplet: 58, 70 and 6B. RGB value is (88,112,107). Sum of RGB (Red+Green+Blue) = 88+112+107=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #58706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58706B is #A78F94. Grayscale: #686868. Windows color (decimal): -10981269 or 7041112. OLE color: 7041112.
HSL color Cylindrical-coordinate representation of color #58706B: hue angle of 167.5º 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 #58706B is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 107 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.56 |
| HSL | 167.5º | 0.12% | 0.39% | - |
| HSV(B) | 167.5º | 0.21% | 0.44% | - |
| XYZ | 12.47 | 14.72 | 16.09 | - |
| YUV | 104.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 107 | 0.21 | 0 | 0.04 | 0.56 | 167.5 | 0.12 | 0.39 |
| Hex | 58 | 70 | 6B | 15 | 0 | 4 | 38 | A8 | C | 27 |
| Octal | 130 | 160 | 153 | 25 | 0 | 4 | 70 | 250 | 14 | 47 |
| Binary | 1011000 | 1110000 | 1101011 | 10101 | 0 | 100 | 111000 | 10101000 | 1100 | 100111 |
Color Harmonies of #58706B
Complementary color
Monochromatic Colors of #58706B
Black with #58706B
Text Example
Text Example
White with #58706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58706B; }
p { color: rgb(88,112,107); }
H1.HeaderClassName
{
color: #58706B;
}
.AnyTagClassName
{
color: #58706B;
}
</style>
background-color css
<style>
a { background-color: #58706B; }
a { background-color: rgb(88,112,107); }
div.DivClassName
{
background-color: #58706B;
}
.BgClassName
{
background-color: #58706B;
}
</style>
border-color css
<style>
span { border-color: #58706B; }
span { border-color: rgb(88,112,107); }
td.TdClassName
{
border-color: #58706B;
}
.TagClassName
{
border-color: #58706B;
}
</style>