Shades of Wedgewood #55697A
Tints of Wedgewood #55697A
RGB
CMYK
RGB Variations
Color information
#55697A (or 0x55697A) is known color: Wedgewood. HEX triplet: 55, 69 and 7A. RGB value is (85,105,122). Sum of RGB (Red+Green+Blue) = 85+105+122=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #55697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55697A is #AA9685. Grayscale: #646464. Windows color (decimal): -11179654 or 8022357. OLE color: 8022357.
HSL color Cylindrical-coordinate representation of color #55697A: hue angle of 207.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55697A is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 105 | 122 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.52 |
| HSL | 207.57º | 0.18% | 0.41% | - |
| HSV(B) | 207.57º | 0.3% | 0.48% | - |
| XYZ | 12.31 | 13.44 | 20.36 | - |
| YUV | 100.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 122 | 0.30 | 0.14 | 0 | 0.52 | 207.57 | 0.18 | 0.41 |
| Hex | 55 | 69 | 7A | 1E | E | 0 | 34 | D0 | 12 | 29 |
| Octal | 125 | 151 | 172 | 36 | 16 | 0 | 64 | 320 | 22 | 51 |
| Binary | 1010101 | 1101001 | 1111010 | 11110 | 1110 | 0 | 110100 | 11010000 | 10010 | 101001 |
Color Harmonies of #55697A
Complementary color
Monochromatic Colors of #55697A
Black with #55697A
Text Example
Text Example
White with #55697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55697A; }
p { color: rgb(85,105,122); }
H1.HeaderClassName
{
color: #55697A;
}
.AnyTagClassName
{
color: #55697A;
}
</style>
background-color css
<style>
a { background-color: #55697A; }
a { background-color: rgb(85,105,122); }
div.DivClassName
{
background-color: #55697A;
}
.BgClassName
{
background-color: #55697A;
}
</style>
border-color css
<style>
span { border-color: #55697A; }
span { border-color: rgb(85,105,122); }
td.TdClassName
{
border-color: #55697A;
}
.TagClassName
{
border-color: #55697A;
}
</style>