Shades of Wedgewood #55677C
Tints of Wedgewood #55677C
RGB
CMYK
RGB Variations
Color information
#55677C (or 0x55677C) is known color: Wedgewood. HEX triplet: 55, 67 and 7C. RGB value is (85,103,124). Sum of RGB (Red+Green+Blue) = 85+103+124=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #55677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55677C is #AA9883. Grayscale: #636363. Windows color (decimal): -11180164 or 8152917. OLE color: 8152917.
HSL color Cylindrical-coordinate representation of color #55677C: hue angle of 212.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55677C is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 103 | 124 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.51 |
| HSL | 212.31º | 0.19% | 0.41% | - |
| HSV(B) | 212.31º | 0.31% | 0.49% | - |
| XYZ | 12.23 | 13.09 | 20.95 | - |
| YUV | 100.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 124 | 0.31 | 0.17 | 0 | 0.51 | 212.31 | 0.19 | 0.41 |
| Hex | 55 | 67 | 7C | 1F | 11 | 0 | 33 | D4 | 13 | 29 |
| Octal | 125 | 147 | 174 | 37 | 21 | 0 | 63 | 324 | 23 | 51 |
| Binary | 1010101 | 1100111 | 1111100 | 11111 | 10001 | 0 | 110011 | 11010100 | 10011 | 101001 |
Color Harmonies of #55677C
Complementary color
Monochromatic Colors of #55677C
Black with #55677C
Text Example
Text Example
White with #55677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55677C; }
p { color: rgb(85,103,124); }
H1.HeaderClassName
{
color: #55677C;
}
.AnyTagClassName
{
color: #55677C;
}
</style>
background-color css
<style>
a { background-color: #55677C; }
a { background-color: rgb(85,103,124); }
div.DivClassName
{
background-color: #55677C;
}
.BgClassName
{
background-color: #55677C;
}
</style>
border-color css
<style>
span { border-color: #55677C; }
span { border-color: rgb(85,103,124); }
td.TdClassName
{
border-color: #55677C;
}
.TagClassName
{
border-color: #55677C;
}
</style>