Shades of William #54706D
Tints of William #54706D
RGB
CMYK
RGB Variations
Color information
#54706D (or 0x54706D) is known color: William. HEX triplet: 54, 70 and 6D. RGB value is (84,112,109). Sum of RGB (Red+Green+Blue) = 84+112+109=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #54706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54706D is #AB8F92. Grayscale: #676767. Windows color (decimal): -11243411 or 7172180. OLE color: 7172180.
HSL color Cylindrical-coordinate representation of color #54706D: hue angle of 173.57º 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 #54706D is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 109 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.56 |
| HSL | 173.57º | 0.14% | 0.38% | - |
| HSV(B) | 173.57º | 0.25% | 0.44% | - |
| XYZ | 12.21 | 14.58 | 16.64 | - |
| YUV | 103.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 109 | 0.25 | 0 | 0.03 | 0.56 | 173.57 | 0.14 | 0.38 |
| Hex | 54 | 70 | 6D | 19 | 0 | 3 | 38 | AE | E | 26 |
| Octal | 124 | 160 | 155 | 31 | 0 | 3 | 70 | 256 | 16 | 46 |
| Binary | 1010100 | 1110000 | 1101101 | 11001 | 0 | 11 | 111000 | 10101110 | 1110 | 100110 |
Color Harmonies of #54706D
Complementary color
Monochromatic Colors of #54706D
Black with #54706D
Text Example
Text Example
White with #54706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54706D; }
p { color: rgb(84,112,109); }
H1.HeaderClassName
{
color: #54706D;
}
.AnyTagClassName
{
color: #54706D;
}
</style>
background-color css
<style>
a { background-color: #54706D; }
a { background-color: rgb(84,112,109); }
div.DivClassName
{
background-color: #54706D;
}
.BgClassName
{
background-color: #54706D;
}
</style>
border-color css
<style>
span { border-color: #54706D; }
span { border-color: rgb(84,112,109); }
td.TdClassName
{
border-color: #54706D;
}
.TagClassName
{
border-color: #54706D;
}
</style>