Shades of Wedgewood #54748D
Tints of Wedgewood #54748D
RGB
CMYK
RGB Variations
Color information
#54748D (or 0x54748D) is known color: Wedgewood. HEX triplet: 54, 74 and 8D. RGB value is (84,116,141). Sum of RGB (Red+Green+Blue) = 84+116+141=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #54748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748D is #AB8B72. Grayscale: #6D6D6D. Windows color (decimal): -11242355 or 9270356. OLE color: 9270356.
HSL color Cylindrical-coordinate representation of color #54748D: hue angle of 206.32º 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 #54748D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 116 | 141 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.45 |
| HSL | 206.32º | 0.25% | 0.44% | - |
| HSV(B) | 206.32º | 0.4% | 0.55% | - |
| XYZ | 14.71 | 16.3 | 27.57 | - |
| YUV | 109.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 141 | 0.40 | 0.18 | 0 | 0.45 | 206.32 | 0.25 | 0.44 |
| Hex | 54 | 74 | 8D | 28 | 12 | 0 | 2D | CE | 19 | 2C |
| Octal | 124 | 164 | 215 | 50 | 22 | 0 | 55 | 316 | 31 | 54 |
| Binary | 1010100 | 1110100 | 10001101 | 101000 | 10010 | 0 | 101101 | 11001110 | 11001 | 101100 |
Color Harmonies of #54748D
Complementary color
Monochromatic Colors of #54748D
Black with #54748D
Text Example
Text Example
White with #54748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54748D; }
p { color: rgb(84,116,141); }
H1.HeaderClassName
{
color: #54748D;
}
.AnyTagClassName
{
color: #54748D;
}
</style>
background-color css
<style>
a { background-color: #54748D; }
a { background-color: rgb(84,116,141); }
div.DivClassName
{
background-color: #54748D;
}
.BgClassName
{
background-color: #54748D;
}
</style>
border-color css
<style>
span { border-color: #54748D; }
span { border-color: rgb(84,116,141); }
td.TdClassName
{
border-color: #54748D;
}
.TagClassName
{
border-color: #54748D;
}
</style>