Shades of Wedgewood #546D83
Tints of Wedgewood #546D83
RGB
CMYK
RGB Variations
Color information
#546D83 (or 0x546D83) is known color: Wedgewood. HEX triplet: 54, 6D and 83. RGB value is (84,109,131). Sum of RGB (Red+Green+Blue) = 84+109+131=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #546D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D83 is #AB927C. Grayscale: #676767. Windows color (decimal): -11244157 or 8613204. OLE color: 8613204.
HSL color Cylindrical-coordinate representation of color #546D83: hue angle of 208.09º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546D83 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 109 | 131 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.49 |
| HSL | 208.09º | 0.22% | 0.42% | - |
| HSV(B) | 208.09º | 0.36% | 0.51% | - |
| XYZ | 13.22 | 14.46 | 23.57 | - |
| YUV | 104.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 131 | 0.36 | 0.17 | 0 | 0.49 | 208.09 | 0.22 | 0.42 |
| Hex | 54 | 6D | 83 | 24 | 11 | 0 | 31 | D0 | 16 | 2A |
| Octal | 124 | 155 | 203 | 44 | 21 | 0 | 61 | 320 | 26 | 52 |
| Binary | 1010100 | 1101101 | 10000011 | 100100 | 10001 | 0 | 110001 | 11010000 | 10110 | 101010 |
Color Harmonies of #546D83
Complementary color
Monochromatic Colors of #546D83
Black with #546D83
Text Example
Text Example
White with #546D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D83; }
p { color: rgb(84,109,131); }
H1.HeaderClassName
{
color: #546D83;
}
.AnyTagClassName
{
color: #546D83;
}
</style>
background-color css
<style>
a { background-color: #546D83; }
a { background-color: rgb(84,109,131); }
div.DivClassName
{
background-color: #546D83;
}
.BgClassName
{
background-color: #546D83;
}
</style>
border-color css
<style>
span { border-color: #546D83; }
span { border-color: rgb(84,109,131); }
td.TdClassName
{
border-color: #546D83;
}
.TagClassName
{
border-color: #546D83;
}
</style>