Shades of Wedgewood #547485
Tints of Wedgewood #547485
RGB
CMYK
RGB Variations
Color information
#547485 (or 0x547485) is known color: Wedgewood. HEX triplet: 54, 74 and 85. RGB value is (84,116,133). Sum of RGB (Red+Green+Blue) = 84+116+133=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #547485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547485 is #AB8B7A. Grayscale: #6C6C6C. Windows color (decimal): -11242363 or 8746068. OLE color: 8746068.
HSL color Cylindrical-coordinate representation of color #547485: hue angle of 200.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547485 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 116 | 133 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.48 |
| HSL | 200.82º | 0.23% | 0.43% | - |
| HSV(B) | 200.82º | 0.37% | 0.52% | - |
| XYZ | 14.14 | 16.07 | 24.55 | - |
| YUV | 108.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 133 | 0.37 | 0.13 | 0 | 0.48 | 200.82 | 0.23 | 0.43 |
| Hex | 54 | 74 | 85 | 25 | D | 0 | 30 | C9 | 17 | 2B |
| Octal | 124 | 164 | 205 | 45 | 15 | 0 | 60 | 311 | 27 | 53 |
| Binary | 1010100 | 1110100 | 10000101 | 100101 | 1101 | 0 | 110000 | 11001001 | 10111 | 101011 |
Color Harmonies of #547485
Complementary color
Monochromatic Colors of #547485
Black with #547485
Text Example
Text Example
White with #547485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547485; }
p { color: rgb(84,116,133); }
H1.HeaderClassName
{
color: #547485;
}
.AnyTagClassName
{
color: #547485;
}
</style>
background-color css
<style>
a { background-color: #547485; }
a { background-color: rgb(84,116,133); }
div.DivClassName
{
background-color: #547485;
}
.BgClassName
{
background-color: #547485;
}
</style>
border-color css
<style>
span { border-color: #547485; }
span { border-color: rgb(84,116,133); }
td.TdClassName
{
border-color: #547485;
}
.TagClassName
{
border-color: #547485;
}
</style>