Shades of William #53706E
Tints of William #53706E
RGB
CMYK
RGB Variations
Color information
#53706E (or 0x53706E) is known color: William. HEX triplet: 53, 70 and 6E. RGB value is (83,112,110). Sum of RGB (Red+Green+Blue) = 83+112+110=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #53706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53706E is #AC8F91. Grayscale: #676767. Windows color (decimal): -11308946 or 7237715. OLE color: 7237715.
HSL color Cylindrical-coordinate representation of color #53706E: hue angle of 175.86º 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 #53706E is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 110 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.56 |
| HSL | 175.86º | 0.15% | 0.38% | - |
| HSV(B) | 175.86º | 0.26% | 0.44% | - |
| XYZ | 12.18 | 14.55 | 16.92 | - |
| YUV | 103.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 110 | 0.26 | 0 | 0.02 | 0.56 | 175.86 | 0.15 | 0.38 |
| Hex | 53 | 70 | 6E | 1A | 0 | 2 | 38 | B0 | F | 26 |
| Octal | 123 | 160 | 156 | 32 | 0 | 2 | 70 | 260 | 17 | 46 |
| Binary | 1010011 | 1110000 | 1101110 | 11010 | 0 | 10 | 111000 | 10110000 | 1111 | 100110 |
Color Harmonies of #53706E
Complementary color
Monochromatic Colors of #53706E
Black with #53706E
Text Example
Text Example
White with #53706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53706E; }
p { color: rgb(83,112,110); }
H1.HeaderClassName
{
color: #53706E;
}
.AnyTagClassName
{
color: #53706E;
}
</style>
background-color css
<style>
a { background-color: #53706E; }
a { background-color: rgb(83,112,110); }
div.DivClassName
{
background-color: #53706E;
}
.BgClassName
{
background-color: #53706E;
}
</style>
border-color css
<style>
span { border-color: #53706E; }
span { border-color: rgb(83,112,110); }
td.TdClassName
{
border-color: #53706E;
}
.TagClassName
{
border-color: #53706E;
}
</style>