Shades of Wedgewood #54748F
Tints of Wedgewood #54748F
RGB
CMYK
RGB Variations
Color information
#54748F (or 0x54748F) is known color: Wedgewood. HEX triplet: 54, 74 and 8F. RGB value is (84,116,143). Sum of RGB (Red+Green+Blue) = 84+116+143=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #54748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748F is #AB8B70. Grayscale: #6D6D6D. Windows color (decimal): -11242353 or 9401428. OLE color: 9401428.
HSL color Cylindrical-coordinate representation of color #54748F: hue angle of 207.46º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54748F is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 116 | 143 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.44 |
| HSL | 207.46º | 0.26% | 0.45% | - |
| HSV(B) | 207.46º | 0.41% | 0.56% | - |
| XYZ | 14.86 | 16.36 | 28.36 | - |
| YUV | 109.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 143 | 0.41 | 0.19 | 0 | 0.44 | 207.46 | 0.26 | 0.45 |
| Hex | 54 | 74 | 8F | 29 | 13 | 0 | 2C | CF | 1A | 2D |
| Octal | 124 | 164 | 217 | 51 | 23 | 0 | 54 | 317 | 32 | 55 |
| Binary | 1010100 | 1110100 | 10001111 | 101001 | 10011 | 0 | 101100 | 11001111 | 11010 | 101101 |
Color Harmonies of #54748F
Complementary color
Monochromatic Colors of #54748F
Black with #54748F
Text Example
Text Example
White with #54748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54748F; }
p { color: rgb(84,116,143); }
H1.HeaderClassName
{
color: #54748F;
}
.AnyTagClassName
{
color: #54748F;
}
</style>
background-color css
<style>
a { background-color: #54748F; }
a { background-color: rgb(84,116,143); }
div.DivClassName
{
background-color: #54748F;
}
.BgClassName
{
background-color: #54748F;
}
</style>
border-color css
<style>
span { border-color: #54748F; }
span { border-color: rgb(84,116,143); }
td.TdClassName
{
border-color: #54748F;
}
.TagClassName
{
border-color: #54748F;
}
</style>