Shades of Wedgewood #54667B
Tints of Wedgewood #54667B
RGB
CMYK
RGB Variations
Color information
#54667B (or 0x54667B) is known color: Wedgewood. HEX triplet: 54, 66 and 7B. RGB value is (84,102,123). Sum of RGB (Red+Green+Blue) = 84+102+123=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #54667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54667B is #AB9984. Grayscale: #626262. Windows color (decimal): -11245957 or 8087124. OLE color: 8087124.
HSL color Cylindrical-coordinate representation of color #54667B: hue angle of 212.31º 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 #54667B is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 102 | 123 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.52 |
| HSL | 212.31º | 0.19% | 0.41% | - |
| HSV(B) | 212.31º | 0.32% | 0.48% | - |
| XYZ | 11.98 | 12.82 | 20.58 | - |
| YUV | 99.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 123 | 0.32 | 0.17 | 0 | 0.52 | 212.31 | 0.19 | 0.41 |
| Hex | 54 | 66 | 7B | 20 | 11 | 0 | 34 | D4 | 13 | 29 |
| Octal | 124 | 146 | 173 | 40 | 21 | 0 | 64 | 324 | 23 | 51 |
| Binary | 1010100 | 1100110 | 1111011 | 100000 | 10001 | 0 | 110100 | 11010100 | 10011 | 101001 |
Color Harmonies of #54667B
Complementary color
Monochromatic Colors of #54667B
Black with #54667B
Text Example
Text Example
White with #54667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54667B; }
p { color: rgb(84,102,123); }
H1.HeaderClassName
{
color: #54667B;
}
.AnyTagClassName
{
color: #54667B;
}
</style>
background-color css
<style>
a { background-color: #54667B; }
a { background-color: rgb(84,102,123); }
div.DivClassName
{
background-color: #54667B;
}
.BgClassName
{
background-color: #54667B;
}
</style>
border-color css
<style>
span { border-color: #54667B; }
span { border-color: rgb(84,102,123); }
td.TdClassName
{
border-color: #54667B;
}
.TagClassName
{
border-color: #54667B;
}
</style>