Shades of William #546663
Tints of William #546663
RGB
CMYK
RGB Variations
Color information
#546663 (or 0x546663) is known color: William. HEX triplet: 54, 66 and 63. RGB value is (84,102,99). Sum of RGB (Red+Green+Blue) = 84+102+99=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #546663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546663 is #AB999C. Grayscale: #606060. Windows color (decimal): -11245981 or 6514260. OLE color: 6514260.
HSL color Cylindrical-coordinate representation of color #546663: hue angle of 170º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546663 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 99 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.6 |
| HSL | 170º | 0.1% | 0.36% | - |
| HSV(B) | 170º | 0.18% | 0.4% | - |
| XYZ | 10.66 | 12.29 | 13.61 | - |
| YUV | 96.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 99 | 0.18 | 0 | 0.03 | 0.6 | 170 | 0.1 | 0.36 |
| Hex | 54 | 66 | 63 | 12 | 0 | 3 | 3C | AA | A | 24 |
| Octal | 124 | 146 | 143 | 22 | 0 | 3 | 74 | 252 | 12 | 44 |
| Binary | 1010100 | 1100110 | 1100011 | 10010 | 0 | 11 | 111100 | 10101010 | 1010 | 100100 |
Color Harmonies of #546663
Complementary color
Monochromatic Colors of #546663
Black with #546663
Text Example
Text Example
White with #546663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546663; }
p { color: rgb(84,102,99); }
H1.HeaderClassName
{
color: #546663;
}
.AnyTagClassName
{
color: #546663;
}
</style>
background-color css
<style>
a { background-color: #546663; }
a { background-color: rgb(84,102,99); }
div.DivClassName
{
background-color: #546663;
}
.BgClassName
{
background-color: #546663;
}
</style>
border-color css
<style>
span { border-color: #546663; }
span { border-color: rgb(84,102,99); }
td.TdClassName
{
border-color: #546663;
}
.TagClassName
{
border-color: #546663;
}
</style>