Shades of Wedgewood #54708A
Tints of Wedgewood #54708A
RGB
CMYK
RGB Variations
Color information
#54708A (or 0x54708A) is known color: Wedgewood. HEX triplet: 54, 70 and 8A. RGB value is (84,112,138). Sum of RGB (Red+Green+Blue) = 84+112+138=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #54708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708A is #AB8F75. Grayscale: #6A6A6A. Windows color (decimal): -11243382 or 9072724. OLE color: 9072724.
HSL color Cylindrical-coordinate representation of color #54708A: hue angle of 208.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54708A is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 112 | 138 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.46 |
| HSL | 208.89º | 0.24% | 0.44% | - |
| HSV(B) | 208.89º | 0.39% | 0.54% | - |
| XYZ | 14.04 | 15.31 | 26.26 | - |
| YUV | 106.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 138 | 0.39 | 0.19 | 0 | 0.46 | 208.89 | 0.24 | 0.44 |
| Hex | 54 | 70 | 8A | 27 | 13 | 0 | 2E | D1 | 18 | 2C |
| Octal | 124 | 160 | 212 | 47 | 23 | 0 | 56 | 321 | 30 | 54 |
| Binary | 1010100 | 1110000 | 10001010 | 100111 | 10011 | 0 | 101110 | 11010001 | 11000 | 101100 |
Color Harmonies of #54708A
Complementary color
Monochromatic Colors of #54708A
Black with #54708A
Text Example
Text Example
White with #54708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54708A; }
p { color: rgb(84,112,138); }
H1.HeaderClassName
{
color: #54708A;
}
.AnyTagClassName
{
color: #54708A;
}
</style>
background-color css
<style>
a { background-color: #54708A; }
a { background-color: rgb(84,112,138); }
div.DivClassName
{
background-color: #54708A;
}
.BgClassName
{
background-color: #54708A;
}
</style>
border-color css
<style>
span { border-color: #54708A; }
span { border-color: rgb(84,112,138); }
td.TdClassName
{
border-color: #54708A;
}
.TagClassName
{
border-color: #54708A;
}
</style>