Shades of Wedgewood #54667C
Tints of Wedgewood #54667C
RGB
CMYK
RGB Variations
Color information
#54667C (or 0x54667C) is known color: Wedgewood. HEX triplet: 54, 66 and 7C. RGB value is (84,102,124). Sum of RGB (Red+Green+Blue) = 84+102+124=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #54667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54667C is #AB9983. Grayscale: #636363. Windows color (decimal): -11245956 or 8152660. OLE color: 8152660.
HSL color Cylindrical-coordinate representation of color #54667C: hue angle of 213º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54667C is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 102 | 124 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.51 |
| HSL | 213º | 0.19% | 0.41% | - |
| HSV(B) | 213º | 0.32% | 0.49% | - |
| XYZ | 12.05 | 12.84 | 20.91 | - |
| YUV | 99.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 124 | 0.32 | 0.18 | 0 | 0.51 | 213 | 0.19 | 0.41 |
| Hex | 54 | 66 | 7C | 20 | 12 | 0 | 33 | D5 | 13 | 29 |
| Octal | 124 | 146 | 174 | 40 | 22 | 0 | 63 | 325 | 23 | 51 |
| Binary | 1010100 | 1100110 | 1111100 | 100000 | 10010 | 0 | 110011 | 11010101 | 10011 | 101001 |
Color Harmonies of #54667C
Complementary color
Monochromatic Colors of #54667C
Black with #54667C
Text Example
Text Example
White with #54667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54667C; }
p { color: rgb(84,102,124); }
H1.HeaderClassName
{
color: #54667C;
}
.AnyTagClassName
{
color: #54667C;
}
</style>
background-color css
<style>
a { background-color: #54667C; }
a { background-color: rgb(84,102,124); }
div.DivClassName
{
background-color: #54667C;
}
.BgClassName
{
background-color: #54667C;
}
</style>
border-color css
<style>
span { border-color: #54667C; }
span { border-color: rgb(84,102,124); }
td.TdClassName
{
border-color: #54667C;
}
.TagClassName
{
border-color: #54667C;
}
</style>