Shades of William #546E6B
Tints of William #546E6B
RGB
CMYK
RGB Variations
Color information
#546E6B (or 0x546E6B) is known color: William. HEX triplet: 54, 6E and 6B. RGB value is (84,110,107). Sum of RGB (Red+Green+Blue) = 84+110+107=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #546E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E6B is #AB9194. Grayscale: #656565. Windows color (decimal): -11243925 or 7040596. OLE color: 7040596.
HSL color Cylindrical-coordinate representation of color #546E6B: hue angle of 173.08º 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 #546E6B is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 107 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.57 |
| HSL | 173.08º | 0.13% | 0.38% | - |
| HSV(B) | 173.08º | 0.24% | 0.43% | - |
| XYZ | 11.89 | 14.1 | 16 | - |
| YUV | 101.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 107 | 0.24 | 0 | 0.03 | 0.57 | 173.08 | 0.13 | 0.38 |
| Hex | 54 | 6E | 6B | 18 | 0 | 3 | 39 | AD | D | 26 |
| Octal | 124 | 156 | 153 | 30 | 0 | 3 | 71 | 255 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1101011 | 11000 | 0 | 11 | 111001 | 10101101 | 1101 | 100110 |
Color Harmonies of #546E6B
Complementary color
Monochromatic Colors of #546E6B
Black with #546E6B
Text Example
Text Example
White with #546E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E6B; }
p { color: rgb(84,110,107); }
H1.HeaderClassName
{
color: #546E6B;
}
.AnyTagClassName
{
color: #546E6B;
}
</style>
background-color css
<style>
a { background-color: #546E6B; }
a { background-color: rgb(84,110,107); }
div.DivClassName
{
background-color: #546E6B;
}
.BgClassName
{
background-color: #546E6B;
}
</style>
border-color css
<style>
span { border-color: #546E6B; }
span { border-color: rgb(84,110,107); }
td.TdClassName
{
border-color: #546E6B;
}
.TagClassName
{
border-color: #546E6B;
}
</style>