Shades of Wedgewood #54768E
Tints of Wedgewood #54768E
RGB
CMYK
RGB Variations
Color information
#54768E (or 0x54768E) is known color: Wedgewood. HEX triplet: 54, 76 and 8E. RGB value is (84,118,142). Sum of RGB (Red+Green+Blue) = 84+118+142=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #54768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768E is #AB8971. Grayscale: #6E6E6E. Windows color (decimal): -11241842 or 9336404. OLE color: 9336404.
HSL color Cylindrical-coordinate representation of color #54768E: hue angle of 204.83º 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 #54768E is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 118 | 142 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.44 |
| HSL | 204.83º | 0.26% | 0.44% | - |
| HSV(B) | 204.83º | 0.41% | 0.56% | - |
| XYZ | 15.02 | 16.79 | 28.04 | - |
| YUV | 110.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 142 | 0.41 | 0.17 | 0 | 0.44 | 204.83 | 0.26 | 0.44 |
| Hex | 54 | 76 | 8E | 29 | 11 | 0 | 2C | CD | 1A | 2C |
| Octal | 124 | 166 | 216 | 51 | 21 | 0 | 54 | 315 | 32 | 54 |
| Binary | 1010100 | 1110110 | 10001110 | 101001 | 10001 | 0 | 101100 | 11001101 | 11010 | 101100 |
Color Harmonies of #54768E
Complementary color
Monochromatic Colors of #54768E
Black with #54768E
Text Example
Text Example
White with #54768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54768E; }
p { color: rgb(84,118,142); }
H1.HeaderClassName
{
color: #54768E;
}
.AnyTagClassName
{
color: #54768E;
}
</style>
background-color css
<style>
a { background-color: #54768E; }
a { background-color: rgb(84,118,142); }
div.DivClassName
{
background-color: #54768E;
}
.BgClassName
{
background-color: #54768E;
}
</style>
border-color css
<style>
span { border-color: #54768E; }
span { border-color: rgb(84,118,142); }
td.TdClassName
{
border-color: #54768E;
}
.TagClassName
{
border-color: #54768E;
}
</style>