Shades of Wedgewood #55677E
Tints of Wedgewood #55677E
RGB
CMYK
RGB Variations
Color information
#55677E (or 0x55677E) is known color: Wedgewood. HEX triplet: 55, 67 and 7E. RGB value is (85,103,126). Sum of RGB (Red+Green+Blue) = 85+103+126=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #55677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55677E is #AA9881. Grayscale: #646464. Windows color (decimal): -11180162 or 8283989. OLE color: 8283989.
HSL color Cylindrical-coordinate representation of color #55677E: hue angle of 213.66º 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 #55677E is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 103 | 126 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.51 |
| HSL | 213.66º | 0.19% | 0.41% | - |
| HSV(B) | 213.66º | 0.33% | 0.49% | - |
| XYZ | 12.36 | 13.14 | 21.62 | - |
| YUV | 100.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 126 | 0.33 | 0.18 | 0 | 0.51 | 213.66 | 0.19 | 0.41 |
| Hex | 55 | 67 | 7E | 21 | 12 | 0 | 33 | D6 | 13 | 29 |
| Octal | 125 | 147 | 176 | 41 | 22 | 0 | 63 | 326 | 23 | 51 |
| Binary | 1010101 | 1100111 | 1111110 | 100001 | 10010 | 0 | 110011 | 11010110 | 10011 | 101001 |
Color Harmonies of #55677E
Complementary color
Monochromatic Colors of #55677E
Black with #55677E
Text Example
Text Example
White with #55677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55677E; }
p { color: rgb(85,103,126); }
H1.HeaderClassName
{
color: #55677E;
}
.AnyTagClassName
{
color: #55677E;
}
</style>
background-color css
<style>
a { background-color: #55677E; }
a { background-color: rgb(85,103,126); }
div.DivClassName
{
background-color: #55677E;
}
.BgClassName
{
background-color: #55677E;
}
</style>
border-color css
<style>
span { border-color: #55677E; }
span { border-color: rgb(85,103,126); }
td.TdClassName
{
border-color: #55677E;
}
.TagClassName
{
border-color: #55677E;
}
</style>