Shades of Wedgewood #54728D
Tints of Wedgewood #54728D
RGB
CMYK
RGB Variations
Color information
#54728D (or 0x54728D) is known color: Wedgewood. HEX triplet: 54, 72 and 8D. RGB value is (84,114,141). Sum of RGB (Red+Green+Blue) = 84+114+141=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #54728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54728D is #AB8D72. Grayscale: #6B6B6B. Windows color (decimal): -11242867 or 9269844. OLE color: 9269844.
HSL color Cylindrical-coordinate representation of color #54728D: hue angle of 208.42º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54728D is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 114 | 141 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.45 |
| HSL | 208.42º | 0.25% | 0.44% | - |
| HSV(B) | 208.42º | 0.4% | 0.55% | - |
| XYZ | 14.48 | 15.84 | 27.49 | - |
| YUV | 108.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 141 | 0.40 | 0.19 | 0 | 0.45 | 208.42 | 0.25 | 0.44 |
| Hex | 54 | 72 | 8D | 28 | 13 | 0 | 2D | D0 | 19 | 2C |
| Octal | 124 | 162 | 215 | 50 | 23 | 0 | 55 | 320 | 31 | 54 |
| Binary | 1010100 | 1110010 | 10001101 | 101000 | 10011 | 0 | 101101 | 11010000 | 11001 | 101100 |
Color Harmonies of #54728D
Complementary color
Monochromatic Colors of #54728D
Black with #54728D
Text Example
Text Example
White with #54728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54728D; }
p { color: rgb(84,114,141); }
H1.HeaderClassName
{
color: #54728D;
}
.AnyTagClassName
{
color: #54728D;
}
</style>
background-color css
<style>
a { background-color: #54728D; }
a { background-color: rgb(84,114,141); }
div.DivClassName
{
background-color: #54728D;
}
.BgClassName
{
background-color: #54728D;
}
</style>
border-color css
<style>
span { border-color: #54728D; }
span { border-color: rgb(84,114,141); }
td.TdClassName
{
border-color: #54728D;
}
.TagClassName
{
border-color: #54728D;
}
</style>