Shades of Wedgewood #557485
Tints of Wedgewood #557485
RGB
CMYK
RGB Variations
Color information
#557485 (or 0x557485) is known color: Wedgewood. HEX triplet: 55, 74 and 85. RGB value is (85,116,133). Sum of RGB (Red+Green+Blue) = 85+116+133=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #557485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557485 is #AA8B7A. Grayscale: #6C6C6C. Windows color (decimal): -11176827 or 8746069. OLE color: 8746069.
HSL color Cylindrical-coordinate representation of color #557485: hue angle of 201.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557485 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 116 | 133 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.48 |
| HSL | 201.25º | 0.22% | 0.43% | - |
| HSV(B) | 201.25º | 0.36% | 0.52% | - |
| XYZ | 14.23 | 16.12 | 24.55 | - |
| YUV | 108.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 133 | 0.36 | 0.13 | 0 | 0.48 | 201.25 | 0.22 | 0.43 |
| Hex | 55 | 74 | 85 | 24 | D | 0 | 30 | C9 | 16 | 2B |
| Octal | 125 | 164 | 205 | 44 | 15 | 0 | 60 | 311 | 26 | 53 |
| Binary | 1010101 | 1110100 | 10000101 | 100100 | 1101 | 0 | 110000 | 11001001 | 10110 | 101011 |
Color Harmonies of #557485
Complementary color
Monochromatic Colors of #557485
Black with #557485
Text Example
Text Example
White with #557485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557485; }
p { color: rgb(85,116,133); }
H1.HeaderClassName
{
color: #557485;
}
.AnyTagClassName
{
color: #557485;
}
</style>
background-color css
<style>
a { background-color: #557485; }
a { background-color: rgb(85,116,133); }
div.DivClassName
{
background-color: #557485;
}
.BgClassName
{
background-color: #557485;
}
</style>
border-color css
<style>
span { border-color: #557485; }
span { border-color: rgb(85,116,133); }
td.TdClassName
{
border-color: #557485;
}
.TagClassName
{
border-color: #557485;
}
</style>