Shades of Wedgewood #54748E
Tints of Wedgewood #54748E
RGB
CMYK
RGB Variations
Color information
#54748E (or 0x54748E) is known color: Wedgewood. HEX triplet: 54, 74 and 8E. RGB value is (84,116,142). Sum of RGB (Red+Green+Blue) = 84+116+142=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #54748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748E is #AB8B71. Grayscale: #6D6D6D. Windows color (decimal): -11242354 or 9335892. OLE color: 9335892.
HSL color Cylindrical-coordinate representation of color #54748E: hue angle of 206.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54748E is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 116 | 142 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.44 |
| HSL | 206.9º | 0.26% | 0.44% | - |
| HSV(B) | 206.9º | 0.41% | 0.56% | - |
| XYZ | 14.78 | 16.33 | 27.96 | - |
| YUV | 109.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 142 | 0.41 | 0.18 | 0 | 0.44 | 206.9 | 0.26 | 0.44 |
| Hex | 54 | 74 | 8E | 29 | 12 | 0 | 2C | CF | 1A | 2C |
| Octal | 124 | 164 | 216 | 51 | 22 | 0 | 54 | 317 | 32 | 54 |
| Binary | 1010100 | 1110100 | 10001110 | 101001 | 10010 | 0 | 101100 | 11001111 | 11010 | 101100 |
Color Harmonies of #54748E
Complementary color
Monochromatic Colors of #54748E
Black with #54748E
Text Example
Text Example
White with #54748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54748E; }
p { color: rgb(84,116,142); }
H1.HeaderClassName
{
color: #54748E;
}
.AnyTagClassName
{
color: #54748E;
}
</style>
background-color css
<style>
a { background-color: #54748E; }
a { background-color: rgb(84,116,142); }
div.DivClassName
{
background-color: #54748E;
}
.BgClassName
{
background-color: #54748E;
}
</style>
border-color css
<style>
span { border-color: #54748E; }
span { border-color: rgb(84,116,142); }
td.TdClassName
{
border-color: #54748E;
}
.TagClassName
{
border-color: #54748E;
}
</style>