Shades of William #58706F
Tints of William #58706F
RGB
CMYK
RGB Variations
Color information
#58706F (or 0x58706F) is known color: William. HEX triplet: 58, 70 and 6F. RGB value is (88,112,111). Sum of RGB (Red+Green+Blue) = 88+112+111=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #58706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58706F is #A78F90. Grayscale: #686868. Windows color (decimal): -10981265 or 7303256. OLE color: 7303256.
HSL color Cylindrical-coordinate representation of color #58706F: hue angle of 177.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 #58706F is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 111 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.56 |
| HSL | 177.5º | 0.12% | 0.39% | - |
| HSV(B) | 177.5º | 0.21% | 0.44% | - |
| XYZ | 12.69 | 14.81 | 17.23 | - |
| YUV | 104.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 111 | 0.21 | 0 | 0.01 | 0.56 | 177.5 | 0.12 | 0.39 |
| Hex | 58 | 70 | 6F | 15 | 0 | 1 | 38 | B2 | C | 27 |
| Octal | 130 | 160 | 157 | 25 | 0 | 1 | 70 | 262 | 14 | 47 |
| Binary | 1011000 | 1110000 | 1101111 | 10101 | 0 | 1 | 111000 | 10110010 | 1100 | 100111 |
Color Harmonies of #58706F
Complementary color
Monochromatic Colors of #58706F
Black with #58706F
Text Example
Text Example
White with #58706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58706F; }
p { color: rgb(88,112,111); }
H1.HeaderClassName
{
color: #58706F;
}
.AnyTagClassName
{
color: #58706F;
}
</style>
background-color css
<style>
a { background-color: #58706F; }
a { background-color: rgb(88,112,111); }
div.DivClassName
{
background-color: #58706F;
}
.BgClassName
{
background-color: #58706F;
}
</style>
border-color css
<style>
span { border-color: #58706F; }
span { border-color: rgb(88,112,111); }
td.TdClassName
{
border-color: #58706F;
}
.TagClassName
{
border-color: #58706F;
}
</style>