Shades of Wedgewood #54708B
Tints of Wedgewood #54708B
RGB
CMYK
RGB Variations
Color information
#54708B (or 0x54708B) is known color: Wedgewood. HEX triplet: 54, 70 and 8B. RGB value is (84,112,139). Sum of RGB (Red+Green+Blue) = 84+112+139=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #54708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708B is #AB8F74. Grayscale: #6A6A6A. Windows color (decimal): -11243381 or 9138260. OLE color: 9138260.
HSL color Cylindrical-coordinate representation of color #54708B: hue angle of 209.45º 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 #54708B is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 112 | 139 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.45 |
| HSL | 209.45º | 0.25% | 0.44% | - |
| HSV(B) | 209.45º | 0.4% | 0.55% | - |
| XYZ | 14.11 | 15.34 | 26.64 | - |
| YUV | 106.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 139 | 0.40 | 0.19 | 0 | 0.45 | 209.45 | 0.25 | 0.44 |
| Hex | 54 | 70 | 8B | 28 | 13 | 0 | 2D | D1 | 19 | 2C |
| Octal | 124 | 160 | 213 | 50 | 23 | 0 | 55 | 321 | 31 | 54 |
| Binary | 1010100 | 1110000 | 10001011 | 101000 | 10011 | 0 | 101101 | 11010001 | 11001 | 101100 |
Color Harmonies of #54708B
Complementary color
Monochromatic Colors of #54708B
Black with #54708B
Text Example
Text Example
White with #54708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54708B; }
p { color: rgb(84,112,139); }
H1.HeaderClassName
{
color: #54708B;
}
.AnyTagClassName
{
color: #54708B;
}
</style>
background-color css
<style>
a { background-color: #54708B; }
a { background-color: rgb(84,112,139); }
div.DivClassName
{
background-color: #54708B;
}
.BgClassName
{
background-color: #54708B;
}
</style>
border-color css
<style>
span { border-color: #54708B; }
span { border-color: rgb(84,112,139); }
td.TdClassName
{
border-color: #54708B;
}
.TagClassName
{
border-color: #54708B;
}
</style>