Shades of William #54716B
Tints of William #54716B
RGB
CMYK
RGB Variations
Color information
#54716B (or 0x54716B) is known color: William. HEX triplet: 54, 71 and 6B. RGB value is (84,113,107). Sum of RGB (Red+Green+Blue) = 84+113+107=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #54716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54716B is #AB8E94. Grayscale: #676767. Windows color (decimal): -11243157 or 7041364. OLE color: 7041364.
HSL color Cylindrical-coordinate representation of color #54716B: hue angle of 167.59º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54716B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 107 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.56 |
| HSL | 167.59º | 0.15% | 0.39% | - |
| HSV(B) | 167.59º | 0.26% | 0.44% | - |
| XYZ | 12.22 | 14.76 | 16.11 | - |
| YUV | 103.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 107 | 0.26 | 0 | 0.05 | 0.56 | 167.59 | 0.15 | 0.39 |
| Hex | 54 | 71 | 6B | 1A | 0 | 5 | 38 | A8 | F | 27 |
| Octal | 124 | 161 | 153 | 32 | 0 | 5 | 70 | 250 | 17 | 47 |
| Binary | 1010100 | 1110001 | 1101011 | 11010 | 0 | 101 | 111000 | 10101000 | 1111 | 100111 |
Color Harmonies of #54716B
Complementary color
Monochromatic Colors of #54716B
Black with #54716B
Text Example
Text Example
White with #54716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54716B; }
p { color: rgb(84,113,107); }
H1.HeaderClassName
{
color: #54716B;
}
.AnyTagClassName
{
color: #54716B;
}
</style>
background-color css
<style>
a { background-color: #54716B; }
a { background-color: rgb(84,113,107); }
div.DivClassName
{
background-color: #54716B;
}
.BgClassName
{
background-color: #54716B;
}
</style>
border-color css
<style>
span { border-color: #54716B; }
span { border-color: rgb(84,113,107); }
td.TdClassName
{
border-color: #54716B;
}
.TagClassName
{
border-color: #54716B;
}
</style>