Shades of William #546E6C
Tints of William #546E6C
RGB
CMYK
RGB Variations
Color information
#546E6C (or 0x546E6C) is known color: William. HEX triplet: 54, 6E and 6C. RGB value is (84,110,108). Sum of RGB (Red+Green+Blue) = 84+110+108=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #546E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E6C is #AB9193. Grayscale: #656565. Windows color (decimal): -11243924 or 7106132. OLE color: 7106132.
HSL color Cylindrical-coordinate representation of color #546E6C: hue angle of 175.38º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E6C is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 108 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.57 |
| HSL | 175.38º | 0.13% | 0.38% | - |
| HSV(B) | 175.38º | 0.24% | 0.43% | - |
| XYZ | 11.94 | 14.12 | 16.28 | - |
| YUV | 102 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 108 | 0.24 | 0 | 0.02 | 0.57 | 175.38 | 0.13 | 0.38 |
| Hex | 54 | 6E | 6C | 18 | 0 | 2 | 39 | AF | D | 26 |
| Octal | 124 | 156 | 154 | 30 | 0 | 2 | 71 | 257 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1101100 | 11000 | 0 | 10 | 111001 | 10101111 | 1101 | 100110 |
Color Harmonies of #546E6C
Complementary color
Monochromatic Colors of #546E6C
Black with #546E6C
Text Example
Text Example
White with #546E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E6C; }
p { color: rgb(84,110,108); }
H1.HeaderClassName
{
color: #546E6C;
}
.AnyTagClassName
{
color: #546E6C;
}
</style>
background-color css
<style>
a { background-color: #546E6C; }
a { background-color: rgb(84,110,108); }
div.DivClassName
{
background-color: #546E6C;
}
.BgClassName
{
background-color: #546E6C;
}
</style>
border-color css
<style>
span { border-color: #546E6C; }
span { border-color: rgb(84,110,108); }
td.TdClassName
{
border-color: #546E6C;
}
.TagClassName
{
border-color: #546E6C;
}
</style>