Shades of William #546865
Tints of William #546865
RGB
CMYK
RGB Variations
Color information
#546865 (or 0x546865) is known color: William. HEX triplet: 54, 68 and 65. RGB value is (84,104,101). Sum of RGB (Red+Green+Blue) = 84+104+101=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #546865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546865 is #AB979A. Grayscale: #616161. Windows color (decimal): -11245467 or 6645844. OLE color: 6645844.
HSL color Cylindrical-coordinate representation of color #546865: hue angle of 171º 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 #546865 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 101 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.59 |
| HSL | 171º | 0.11% | 0.37% | - |
| HSV(B) | 171º | 0.19% | 0.41% | - |
| XYZ | 10.96 | 12.73 | 14.19 | - |
| YUV | 97.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 101 | 0.19 | 0 | 0.03 | 0.59 | 171 | 0.11 | 0.37 |
| Hex | 54 | 68 | 65 | 13 | 0 | 3 | 3B | AB | B | 25 |
| Octal | 124 | 150 | 145 | 23 | 0 | 3 | 73 | 253 | 13 | 45 |
| Binary | 1010100 | 1101000 | 1100101 | 10011 | 0 | 11 | 111011 | 10101011 | 1011 | 100101 |
Color Harmonies of #546865
Complementary color
Monochromatic Colors of #546865
Black with #546865
Text Example
Text Example
White with #546865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546865; }
p { color: rgb(84,104,101); }
H1.HeaderClassName
{
color: #546865;
}
.AnyTagClassName
{
color: #546865;
}
</style>
background-color css
<style>
a { background-color: #546865; }
a { background-color: rgb(84,104,101); }
div.DivClassName
{
background-color: #546865;
}
.BgClassName
{
background-color: #546865;
}
</style>
border-color css
<style>
span { border-color: #546865; }
span { border-color: rgb(84,104,101); }
td.TdClassName
{
border-color: #546865;
}
.TagClassName
{
border-color: #546865;
}
</style>