Shades of William #53706D
Tints of William #53706D
RGB
CMYK
RGB Variations
Color information
#53706D (or 0x53706D) is known color: William. HEX triplet: 53, 70 and 6D. RGB value is (83,112,109). Sum of RGB (Red+Green+Blue) = 83+112+109=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #53706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53706D is #AC8F92. Grayscale: #666666. Windows color (decimal): -11308947 or 7172179. OLE color: 7172179.
HSL color Cylindrical-coordinate representation of color #53706D: hue angle of 173.79º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53706D is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 109 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.56 |
| HSL | 173.79º | 0.15% | 0.38% | - |
| HSV(B) | 173.79º | 0.26% | 0.44% | - |
| XYZ | 12.12 | 14.53 | 16.63 | - |
| YUV | 102.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 109 | 0.26 | 0 | 0.03 | 0.56 | 173.79 | 0.15 | 0.38 |
| Hex | 53 | 70 | 6D | 1A | 0 | 3 | 38 | AE | F | 26 |
| Octal | 123 | 160 | 155 | 32 | 0 | 3 | 70 | 256 | 17 | 46 |
| Binary | 1010011 | 1110000 | 1101101 | 11010 | 0 | 11 | 111000 | 10101110 | 1111 | 100110 |
Color Harmonies of #53706D
Complementary color
Monochromatic Colors of #53706D
Black with #53706D
Text Example
Text Example
White with #53706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53706D; }
p { color: rgb(83,112,109); }
H1.HeaderClassName
{
color: #53706D;
}
.AnyTagClassName
{
color: #53706D;
}
</style>
background-color css
<style>
a { background-color: #53706D; }
a { background-color: rgb(83,112,109); }
div.DivClassName
{
background-color: #53706D;
}
.BgClassName
{
background-color: #53706D;
}
</style>
border-color css
<style>
span { border-color: #53706D; }
span { border-color: rgb(83,112,109); }
td.TdClassName
{
border-color: #53706D;
}
.TagClassName
{
border-color: #53706D;
}
</style>