Shades of William #546864
Tints of William #546864
RGB
CMYK
RGB Variations
Color information
#546864 (or 0x546864) is known color: William. HEX triplet: 54, 68 and 64. RGB value is (84,104,100). Sum of RGB (Red+Green+Blue) = 84+104+100=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #546864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546864 is #AB979B. Grayscale: #616161. Windows color (decimal): -11245468 or 6580308. OLE color: 6580308.
HSL color Cylindrical-coordinate representation of color #546864: hue angle of 168º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #546864 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 100 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.59 |
| HSL | 168º | 0.11% | 0.37% | - |
| HSV(B) | 168º | 0.19% | 0.41% | - |
| XYZ | 10.91 | 12.71 | 13.93 | - |
| YUV | 97.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 100 | 0.19 | 0 | 0.04 | 0.59 | 168 | 0.11 | 0.37 |
| Hex | 54 | 68 | 64 | 13 | 0 | 4 | 3B | A8 | B | 25 |
| Octal | 124 | 150 | 144 | 23 | 0 | 4 | 73 | 250 | 13 | 45 |
| Binary | 1010100 | 1101000 | 1100100 | 10011 | 0 | 100 | 111011 | 10101000 | 1011 | 100101 |
Color Harmonies of #546864
Complementary color
Monochromatic Colors of #546864
Black with #546864
Text Example
Text Example
White with #546864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546864; }
p { color: rgb(84,104,100); }
H1.HeaderClassName
{
color: #546864;
}
.AnyTagClassName
{
color: #546864;
}
</style>
background-color css
<style>
a { background-color: #546864; }
a { background-color: rgb(84,104,100); }
div.DivClassName
{
background-color: #546864;
}
.BgClassName
{
background-color: #546864;
}
</style>
border-color css
<style>
span { border-color: #546864; }
span { border-color: rgb(84,104,100); }
td.TdClassName
{
border-color: #546864;
}
.TagClassName
{
border-color: #546864;
}
</style>