Shades of Wedgewood #54768C
Tints of Wedgewood #54768C
RGB
CMYK
RGB Variations
Color information
#54768C (or 0x54768C) is known color: Wedgewood. HEX triplet: 54, 76 and 8C. RGB value is (84,118,140). Sum of RGB (Red+Green+Blue) = 84+118+140=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #54768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54768C is #AB8973. Grayscale: #6E6E6E. Windows color (decimal): -11241844 or 9205332. OLE color: 9205332.
HSL color Cylindrical-coordinate representation of color #54768C: hue angle of 203.57º 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 #54768C is Cyan = 0.4, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 118 | 140 | - |
| CMYK | 0.4 | 0.16 | 0 | 0.45 |
| HSL | 203.57º | 0.25% | 0.44% | - |
| HSV(B) | 203.57º | 0.4% | 0.55% | - |
| XYZ | 14.87 | 16.74 | 27.26 | - |
| YUV | 110.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 140 | 0.4 | 0.16 | 0 | 0.45 | 203.57 | 0.25 | 0.44 |
| Hex | 54 | 76 | 8C | 28 | 10 | 0 | 2D | CC | 19 | 2C |
| Octal | 124 | 166 | 214 | 50 | 20 | 0 | 55 | 314 | 31 | 54 |
| Binary | 1010100 | 1110110 | 10001100 | 101000 | 10000 | 0 | 101101 | 11001100 | 11001 | 101100 |
Color Harmonies of #54768C
Complementary color
Monochromatic Colors of #54768C
Black with #54768C
Text Example
Text Example
White with #54768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54768C; }
p { color: rgb(84,118,140); }
H1.HeaderClassName
{
color: #54768C;
}
.AnyTagClassName
{
color: #54768C;
}
</style>
background-color css
<style>
a { background-color: #54768C; }
a { background-color: rgb(84,118,140); }
div.DivClassName
{
background-color: #54768C;
}
.BgClassName
{
background-color: #54768C;
}
</style>
border-color css
<style>
span { border-color: #54768C; }
span { border-color: rgb(84,118,140); }
td.TdClassName
{
border-color: #54768C;
}
.TagClassName
{
border-color: #54768C;
}
</style>