Shades of Wedgewood #546C86
Tints of Wedgewood #546C86
RGB
CMYK
RGB Variations
Color information
#546C86 (or 0x546C86) is known color: Wedgewood. HEX triplet: 54, 6C and 86. RGB value is (84,108,134). Sum of RGB (Red+Green+Blue) = 84+108+134=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #546C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C86 is #AB9379. Grayscale: #676767. Windows color (decimal): -11244410 or 8809556. OLE color: 8809556.
HSL color Cylindrical-coordinate representation of color #546C86: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546C86 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 108 | 134 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.47 |
| HSL | 211.2º | 0.23% | 0.43% | - |
| HSV(B) | 211.2º | 0.37% | 0.53% | - |
| XYZ | 13.32 | 14.33 | 24.62 | - |
| YUV | 103.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 134 | 0.37 | 0.19 | 0 | 0.47 | 211.2 | 0.23 | 0.43 |
| Hex | 54 | 6C | 86 | 25 | 13 | 0 | 2F | D3 | 17 | 2B |
| Octal | 124 | 154 | 206 | 45 | 23 | 0 | 57 | 323 | 27 | 53 |
| Binary | 1010100 | 1101100 | 10000110 | 100101 | 10011 | 0 | 101111 | 11010011 | 10111 | 101011 |
Color Harmonies of #546C86
Complementary color
Monochromatic Colors of #546C86
Black with #546C86
Text Example
Text Example
White with #546C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C86; }
p { color: rgb(84,108,134); }
H1.HeaderClassName
{
color: #546C86;
}
.AnyTagClassName
{
color: #546C86;
}
</style>
background-color css
<style>
a { background-color: #546C86; }
a { background-color: rgb(84,108,134); }
div.DivClassName
{
background-color: #546C86;
}
.BgClassName
{
background-color: #546C86;
}
</style>
border-color css
<style>
span { border-color: #546C86; }
span { border-color: rgb(84,108,134); }
td.TdClassName
{
border-color: #546C86;
}
.TagClassName
{
border-color: #546C86;
}
</style>