Shades of Wedgewood #54667D
Tints of Wedgewood #54667D
RGB
CMYK
RGB Variations
Color information
#54667D (or 0x54667D) is known color: Wedgewood. HEX triplet: 54, 66 and 7D. RGB value is (84,102,125). Sum of RGB (Red+Green+Blue) = 84+102+125=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #54667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54667D is #AB9982. Grayscale: #636363. Windows color (decimal): -11245955 or 8218196. OLE color: 8218196.
HSL color Cylindrical-coordinate representation of color #54667D: hue angle of 213.66º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54667D is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 102 | 125 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.51 |
| HSL | 213.66º | 0.2% | 0.41% | - |
| HSV(B) | 213.66º | 0.33% | 0.49% | - |
| XYZ | 12.11 | 12.87 | 21.25 | - |
| YUV | 99.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 125 | 0.33 | 0.18 | 0 | 0.51 | 213.66 | 0.2 | 0.41 |
| Hex | 54 | 66 | 7D | 21 | 12 | 0 | 33 | D6 | 14 | 29 |
| Octal | 124 | 146 | 175 | 41 | 22 | 0 | 63 | 326 | 24 | 51 |
| Binary | 1010100 | 1100110 | 1111101 | 100001 | 10010 | 0 | 110011 | 11010110 | 10100 | 101001 |
Color Harmonies of #54667D
Complementary color
Monochromatic Colors of #54667D
Black with #54667D
Text Example
Text Example
White with #54667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54667D; }
p { color: rgb(84,102,125); }
H1.HeaderClassName
{
color: #54667D;
}
.AnyTagClassName
{
color: #54667D;
}
</style>
background-color css
<style>
a { background-color: #54667D; }
a { background-color: rgb(84,102,125); }
div.DivClassName
{
background-color: #54667D;
}
.BgClassName
{
background-color: #54667D;
}
</style>
border-color css
<style>
span { border-color: #54667D; }
span { border-color: rgb(84,102,125); }
td.TdClassName
{
border-color: #54667D;
}
.TagClassName
{
border-color: #54667D;
}
</style>