Shades of William #54746E
Tints of William #54746E
RGB
CMYK
RGB Variations
Color information
#54746E (or 0x54746E) is known color: William. HEX triplet: 54, 74 and 6E. RGB value is (84,116,110). Sum of RGB (Red+Green+Blue) = 84+116+110=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #54746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54746E is #AB8B91. Grayscale: #696969. Windows color (decimal): -11242386 or 7238740. OLE color: 7238740.
HSL color Cylindrical-coordinate representation of color #54746E: hue angle of 168.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54746E is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 110 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.55 |
| HSL | 168.75º | 0.16% | 0.39% | - |
| HSV(B) | 168.75º | 0.28% | 0.45% | - |
| XYZ | 12.72 | 15.5 | 17.07 | - |
| YUV | 105.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 110 | 0.28 | 0 | 0.05 | 0.55 | 168.75 | 0.16 | 0.39 |
| Hex | 54 | 74 | 6E | 1C | 0 | 5 | 37 | A9 | 10 | 27 |
| Octal | 124 | 164 | 156 | 34 | 0 | 5 | 67 | 251 | 20 | 47 |
| Binary | 1010100 | 1110100 | 1101110 | 11100 | 0 | 101 | 110111 | 10101001 | 10000 | 100111 |
Color Harmonies of #54746E
Complementary color
Monochromatic Colors of #54746E
Black with #54746E
Text Example
Text Example
White with #54746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54746E; }
p { color: rgb(84,116,110); }
H1.HeaderClassName
{
color: #54746E;
}
.AnyTagClassName
{
color: #54746E;
}
</style>
background-color css
<style>
a { background-color: #54746E; }
a { background-color: rgb(84,116,110); }
div.DivClassName
{
background-color: #54746E;
}
.BgClassName
{
background-color: #54746E;
}
</style>
border-color css
<style>
span { border-color: #54746E; }
span { border-color: rgb(84,116,110); }
td.TdClassName
{
border-color: #54746E;
}
.TagClassName
{
border-color: #54746E;
}
</style>