Shades of Wedgewood #55697E
Tints of Wedgewood #55697E
RGB
CMYK
RGB Variations
Color information
#55697E (or 0x55697E) is known color: Wedgewood. HEX triplet: 55, 69 and 7E. RGB value is (85,105,126). Sum of RGB (Red+Green+Blue) = 85+105+126=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #55697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55697E is #AA9681. Grayscale: #656565. Windows color (decimal): -11179650 or 8284501. OLE color: 8284501.
HSL color Cylindrical-coordinate representation of color #55697E: hue angle of 210.73º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55697E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 105 | 126 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.51 |
| HSL | 210.73º | 0.19% | 0.41% | - |
| HSV(B) | 210.73º | 0.33% | 0.49% | - |
| XYZ | 12.56 | 13.54 | 21.69 | - |
| YUV | 101.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 126 | 0.33 | 0.17 | 0 | 0.51 | 210.73 | 0.19 | 0.41 |
| Hex | 55 | 69 | 7E | 21 | 11 | 0 | 33 | D3 | 13 | 29 |
| Octal | 125 | 151 | 176 | 41 | 21 | 0 | 63 | 323 | 23 | 51 |
| Binary | 1010101 | 1101001 | 1111110 | 100001 | 10001 | 0 | 110011 | 11010011 | 10011 | 101001 |
Color Harmonies of #55697E
Complementary color
Monochromatic Colors of #55697E
Black with #55697E
Text Example
Text Example
White with #55697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55697E; }
p { color: rgb(85,105,126); }
H1.HeaderClassName
{
color: #55697E;
}
.AnyTagClassName
{
color: #55697E;
}
</style>
background-color css
<style>
a { background-color: #55697E; }
a { background-color: rgb(85,105,126); }
div.DivClassName
{
background-color: #55697E;
}
.BgClassName
{
background-color: #55697E;
}
</style>
border-color css
<style>
span { border-color: #55697E; }
span { border-color: rgb(85,105,126); }
td.TdClassName
{
border-color: #55697E;
}
.TagClassName
{
border-color: #55697E;
}
</style>