Shades of William #58706A
Tints of William #58706A
RGB
CMYK
RGB Variations
Color information
#58706A (or 0x58706A) is known color: William. HEX triplet: 58, 70 and 6A. RGB value is (88,112,106). Sum of RGB (Red+Green+Blue) = 88+112+106=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #58706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58706A is #A78F95. Grayscale: #686868. Windows color (decimal): -10981270 or 6975576. OLE color: 6975576.
HSL color Cylindrical-coordinate representation of color #58706A: hue angle of 165º 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 #58706A is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 106 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.56 |
| HSL | 165º | 0.12% | 0.39% | - |
| HSV(B) | 165º | 0.21% | 0.44% | - |
| XYZ | 12.42 | 14.7 | 15.82 | - |
| YUV | 104.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 106 | 0.21 | 0 | 0.05 | 0.56 | 165 | 0.12 | 0.39 |
| Hex | 58 | 70 | 6A | 15 | 0 | 5 | 38 | A5 | C | 27 |
| Octal | 130 | 160 | 152 | 25 | 0 | 5 | 70 | 245 | 14 | 47 |
| Binary | 1011000 | 1110000 | 1101010 | 10101 | 0 | 101 | 111000 | 10100101 | 1100 | 100111 |
Color Harmonies of #58706A
Complementary color
Monochromatic Colors of #58706A
Black with #58706A
Text Example
Text Example
White with #58706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58706A; }
p { color: rgb(88,112,106); }
H1.HeaderClassName
{
color: #58706A;
}
.AnyTagClassName
{
color: #58706A;
}
</style>
background-color css
<style>
a { background-color: #58706A; }
a { background-color: rgb(88,112,106); }
div.DivClassName
{
background-color: #58706A;
}
.BgClassName
{
background-color: #58706A;
}
</style>
border-color css
<style>
span { border-color: #58706A; }
span { border-color: rgb(88,112,106); }
td.TdClassName
{
border-color: #58706A;
}
.TagClassName
{
border-color: #58706A;
}
</style>