Shades of Wedgewood #54718A
Tints of Wedgewood #54718A
RGB
CMYK
RGB Variations
Color information
#54718A (or 0x54718A) is known color: Wedgewood. HEX triplet: 54, 71 and 8A. RGB value is (84,113,138). Sum of RGB (Red+Green+Blue) = 84+113+138=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #54718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718A is #AB8E75. Grayscale: #6B6B6B. Windows color (decimal): -11243126 or 9072980. OLE color: 9072980.
HSL color Cylindrical-coordinate representation of color #54718A: hue angle of 207.78º 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 #54718A is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 113 | 138 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.46 |
| HSL | 207.78º | 0.24% | 0.44% | - |
| HSV(B) | 207.78º | 0.39% | 0.54% | - |
| XYZ | 14.15 | 15.53 | 26.3 | - |
| YUV | 107.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 138 | 0.39 | 0.18 | 0 | 0.46 | 207.78 | 0.24 | 0.44 |
| Hex | 54 | 71 | 8A | 27 | 12 | 0 | 2E | D0 | 18 | 2C |
| Octal | 124 | 161 | 212 | 47 | 22 | 0 | 56 | 320 | 30 | 54 |
| Binary | 1010100 | 1110001 | 10001010 | 100111 | 10010 | 0 | 101110 | 11010000 | 11000 | 101100 |
Color Harmonies of #54718A
Complementary color
Monochromatic Colors of #54718A
Black with #54718A
Text Example
Text Example
White with #54718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54718A; }
p { color: rgb(84,113,138); }
H1.HeaderClassName
{
color: #54718A;
}
.AnyTagClassName
{
color: #54718A;
}
</style>
background-color css
<style>
a { background-color: #54718A; }
a { background-color: rgb(84,113,138); }
div.DivClassName
{
background-color: #54718A;
}
.BgClassName
{
background-color: #54718A;
}
</style>
border-color css
<style>
span { border-color: #54718A; }
span { border-color: rgb(84,113,138); }
td.TdClassName
{
border-color: #54718A;
}
.TagClassName
{
border-color: #54718A;
}
</style>