Shades of William #54706E
Tints of William #54706E
RGB
CMYK
RGB Variations
Color information
#54706E (or 0x54706E) is known color: William. HEX triplet: 54, 70 and 6E. RGB value is (84,112,110). Sum of RGB (Red+Green+Blue) = 84+112+110=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #54706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54706E is #AB8F91. Grayscale: #676767. Windows color (decimal): -11243410 or 7237716. OLE color: 7237716.
HSL color Cylindrical-coordinate representation of color #54706E: hue angle of 175.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54706E is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 110 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.56 |
| HSL | 175.71º | 0.14% | 0.38% | - |
| HSV(B) | 175.71º | 0.25% | 0.44% | - |
| XYZ | 12.26 | 14.6 | 16.92 | - |
| YUV | 103.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 110 | 0.25 | 0 | 0.02 | 0.56 | 175.71 | 0.14 | 0.38 |
| Hex | 54 | 70 | 6E | 19 | 0 | 2 | 38 | B0 | E | 26 |
| Octal | 124 | 160 | 156 | 31 | 0 | 2 | 70 | 260 | 16 | 46 |
| Binary | 1010100 | 1110000 | 1101110 | 11001 | 0 | 10 | 111000 | 10110000 | 1110 | 100110 |
Color Harmonies of #54706E
Complementary color
Monochromatic Colors of #54706E
Black with #54706E
Text Example
Text Example
White with #54706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54706E; }
p { color: rgb(84,112,110); }
H1.HeaderClassName
{
color: #54706E;
}
.AnyTagClassName
{
color: #54706E;
}
</style>
background-color css
<style>
a { background-color: #54706E; }
a { background-color: rgb(84,112,110); }
div.DivClassName
{
background-color: #54706E;
}
.BgClassName
{
background-color: #54706E;
}
</style>
border-color css
<style>
span { border-color: #54706E; }
span { border-color: rgb(84,112,110); }
td.TdClassName
{
border-color: #54706E;
}
.TagClassName
{
border-color: #54706E;
}
</style>