Shades of Wedgewood #54778F
Tints of Wedgewood #54778F
RGB
CMYK
RGB Variations
Color information
#54778F (or 0x54778F) is known color: Wedgewood. HEX triplet: 54, 77 and 8F. RGB value is (84,119,143). Sum of RGB (Red+Green+Blue) = 84+119+143=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #54778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54778F is #AB8870. Grayscale: #6F6F6F. Windows color (decimal): -11241585 or 9402196. OLE color: 9402196.
HSL color Cylindrical-coordinate representation of color #54778F: hue angle of 204.41º 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 #54778F is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 119 | 143 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.44 |
| HSL | 204.41º | 0.26% | 0.45% | - |
| HSV(B) | 204.41º | 0.41% | 0.56% | - |
| XYZ | 15.21 | 17.06 | 28.48 | - |
| YUV | 111.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 143 | 0.41 | 0.17 | 0 | 0.44 | 204.41 | 0.26 | 0.45 |
| Hex | 54 | 77 | 8F | 29 | 11 | 0 | 2C | CC | 1A | 2D |
| Octal | 124 | 167 | 217 | 51 | 21 | 0 | 54 | 314 | 32 | 55 |
| Binary | 1010100 | 1110111 | 10001111 | 101001 | 10001 | 0 | 101100 | 11001100 | 11010 | 101101 |
Color Harmonies of #54778F
Complementary color
Monochromatic Colors of #54778F
Black with #54778F
Text Example
Text Example
White with #54778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54778F; }
p { color: rgb(84,119,143); }
H1.HeaderClassName
{
color: #54778F;
}
.AnyTagClassName
{
color: #54778F;
}
</style>
background-color css
<style>
a { background-color: #54778F; }
a { background-color: rgb(84,119,143); }
div.DivClassName
{
background-color: #54778F;
}
.BgClassName
{
background-color: #54778F;
}
</style>
border-color css
<style>
span { border-color: #54778F; }
span { border-color: rgb(84,119,143); }
td.TdClassName
{
border-color: #54778F;
}
.TagClassName
{
border-color: #54778F;
}
</style>