Shades of Wedgewood #54667A
Tints of Wedgewood #54667A
RGB
CMYK
RGB Variations
Color information
#54667A (or 0x54667A) is known color: Wedgewood. HEX triplet: 54, 66 and 7A. RGB value is (84,102,122). Sum of RGB (Red+Green+Blue) = 84+102+122=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #54667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54667A is #AB9985. Grayscale: #626262. Windows color (decimal): -11245958 or 8021588. OLE color: 8021588.
HSL color Cylindrical-coordinate representation of color #54667A: hue angle of 211.58º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54667A is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 102 | 122 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.52 |
| HSL | 211.58º | 0.18% | 0.4% | - |
| HSV(B) | 211.58º | 0.31% | 0.48% | - |
| XYZ | 11.92 | 12.79 | 20.25 | - |
| YUV | 98.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 122 | 0.31 | 0.16 | 0 | 0.52 | 211.58 | 0.18 | 0.4 |
| Hex | 54 | 66 | 7A | 1F | 10 | 0 | 34 | D4 | 12 | 28 |
| Octal | 124 | 146 | 172 | 37 | 20 | 0 | 64 | 324 | 22 | 50 |
| Binary | 1010100 | 1100110 | 1111010 | 11111 | 10000 | 0 | 110100 | 11010100 | 10010 | 101000 |
Color Harmonies of #54667A
Complementary color
Monochromatic Colors of #54667A
Black with #54667A
Text Example
Text Example
White with #54667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54667A; }
p { color: rgb(84,102,122); }
H1.HeaderClassName
{
color: #54667A;
}
.AnyTagClassName
{
color: #54667A;
}
</style>
background-color css
<style>
a { background-color: #54667A; }
a { background-color: rgb(84,102,122); }
div.DivClassName
{
background-color: #54667A;
}
.BgClassName
{
background-color: #54667A;
}
</style>
border-color css
<style>
span { border-color: #54667A; }
span { border-color: rgb(84,102,122); }
td.TdClassName
{
border-color: #54667A;
}
.TagClassName
{
border-color: #54667A;
}
</style>