Shades of William #546C6B
Tints of William #546C6B
RGB
CMYK
RGB Variations
Color information
#546C6B (or 0x546C6B) is known color: William. HEX triplet: 54, 6C and 6B. RGB value is (84,108,107). Sum of RGB (Red+Green+Blue) = 84+108+107=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 108 - color contains mainly: green. Hex color #546C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C6B is #AB9394. Grayscale: #646464. Windows color (decimal): -11244437 or 7040084. OLE color: 7040084.
HSL color Cylindrical-coordinate representation of color #546C6B: hue angle of 177.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #546C6B is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 107 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.58 |
| HSL | 177.5º | 0.13% | 0.38% | - |
| HSV(B) | 177.5º | 0.22% | 0.42% | - |
| XYZ | 11.67 | 13.67 | 15.93 | - |
| YUV | 100.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 107 | 0.22 | 0 | 0.01 | 0.58 | 177.5 | 0.13 | 0.38 |
| Hex | 54 | 6C | 6B | 16 | 0 | 1 | 3A | B2 | C | 26 |
| Octal | 124 | 154 | 153 | 26 | 0 | 1 | 72 | 262 | 14 | 46 |
| Binary | 1010100 | 1101100 | 1101011 | 10110 | 0 | 1 | 111010 | 10110010 | 1100 | 100110 |
Color Harmonies of #546C6B
Complementary color
Monochromatic Colors of #546C6B
Black with #546C6B
Text Example
Text Example
White with #546C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C6B; }
p { color: rgb(84,108,107); }
H1.HeaderClassName
{
color: #546C6B;
}
.AnyTagClassName
{
color: #546C6B;
}
</style>
background-color css
<style>
a { background-color: #546C6B; }
a { background-color: rgb(84,108,107); }
div.DivClassName
{
background-color: #546C6B;
}
.BgClassName
{
background-color: #546C6B;
}
</style>
border-color css
<style>
span { border-color: #546C6B; }
span { border-color: rgb(84,108,107); }
td.TdClassName
{
border-color: #546C6B;
}
.TagClassName
{
border-color: #546C6B;
}
</style>