Shades of Wedgewood #546C80
Tints of Wedgewood #546C80
RGB
CMYK
RGB Variations
Color information
#546C80 (or 0x546C80) is known color: Wedgewood. HEX triplet: 54, 6C and 80. RGB value is (84,108,128). Sum of RGB (Red+Green+Blue) = 84+108+128=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #546C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C80 is #AB937F. Grayscale: #676767. Windows color (decimal): -11244416 or 8416340. OLE color: 8416340.
HSL color Cylindrical-coordinate representation of color #546C80: hue angle of 207.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #546C80 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 108 | 128 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.50 |
| HSL | 207.27º | 0.21% | 0.42% | - |
| HSV(B) | 207.27º | 0.34% | 0.5% | - |
| XYZ | 12.92 | 14.17 | 22.48 | - |
| YUV | 103.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 128 | 0.34 | 0.16 | 0 | 0.50 | 207.27 | 0.21 | 0.42 |
| Hex | 54 | 6C | 80 | 22 | 10 | 0 | 32 | CF | 15 | 2A |
| Octal | 124 | 154 | 200 | 42 | 20 | 0 | 62 | 317 | 25 | 52 |
| Binary | 1010100 | 1101100 | 10000000 | 100010 | 10000 | 0 | 110010 | 11001111 | 10101 | 101010 |
Color Harmonies of #546C80
Complementary color
Monochromatic Colors of #546C80
Black with #546C80
Text Example
Text Example
White with #546C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C80; }
p { color: rgb(84,108,128); }
H1.HeaderClassName
{
color: #546C80;
}
.AnyTagClassName
{
color: #546C80;
}
</style>
background-color css
<style>
a { background-color: #546C80; }
a { background-color: rgb(84,108,128); }
div.DivClassName
{
background-color: #546C80;
}
.BgClassName
{
background-color: #546C80;
}
</style>
border-color css
<style>
span { border-color: #546C80; }
span { border-color: rgb(84,108,128); }
td.TdClassName
{
border-color: #546C80;
}
.TagClassName
{
border-color: #546C80;
}
</style>