Shades of Wedgewood #546A7B
Tints of Wedgewood #546A7B
RGB
CMYK
RGB Variations
Color information
#546A7B (or 0x546A7B) is known color: Wedgewood. HEX triplet: 54, 6A and 7B. RGB value is (84,106,123). Sum of RGB (Red+Green+Blue) = 84+106+123=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #546A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A7B is #AB9584. Grayscale: #656565. Windows color (decimal): -11244933 or 8088148. OLE color: 8088148.
HSL color Cylindrical-coordinate representation of color #546A7B: hue angle of 206.15º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #546A7B is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 106 | 123 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.52 |
| HSL | 206.15º | 0.19% | 0.41% | - |
| HSV(B) | 206.15º | 0.32% | 0.48% | - |
| XYZ | 12.39 | 13.62 | 20.72 | - |
| YUV | 101.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 123 | 0.32 | 0.14 | 0 | 0.52 | 206.15 | 0.19 | 0.41 |
| Hex | 54 | 6A | 7B | 20 | E | 0 | 34 | CE | 13 | 29 |
| Octal | 124 | 152 | 173 | 40 | 16 | 0 | 64 | 316 | 23 | 51 |
| Binary | 1010100 | 1101010 | 1111011 | 100000 | 1110 | 0 | 110100 | 11001110 | 10011 | 101001 |
Color Harmonies of #546A7B
Complementary color
Monochromatic Colors of #546A7B
Black with #546A7B
Text Example
Text Example
White with #546A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A7B; }
p { color: rgb(84,106,123); }
H1.HeaderClassName
{
color: #546A7B;
}
.AnyTagClassName
{
color: #546A7B;
}
</style>
background-color css
<style>
a { background-color: #546A7B; }
a { background-color: rgb(84,106,123); }
div.DivClassName
{
background-color: #546A7B;
}
.BgClassName
{
background-color: #546A7B;
}
</style>
border-color css
<style>
span { border-color: #546A7B; }
span { border-color: rgb(84,106,123); }
td.TdClassName
{
border-color: #546A7B;
}
.TagClassName
{
border-color: #546A7B;
}
</style>