Shades of Wedgewood #55657C
Tints of Wedgewood #55657C
RGB
CMYK
RGB Variations
Color information
#55657C (or 0x55657C) is known color: Wedgewood. HEX triplet: 55, 65 and 7C. RGB value is (85,101,124). Sum of RGB (Red+Green+Blue) = 85+101+124=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #55657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55657C is #AA9A83. Grayscale: #626262. Windows color (decimal): -11180676 or 8152405. OLE color: 8152405.
HSL color Cylindrical-coordinate representation of color #55657C: hue angle of 215.38º 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 #55657C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 101 | 124 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.51 |
| HSL | 215.38º | 0.19% | 0.41% | - |
| HSV(B) | 215.38º | 0.31% | 0.49% | - |
| XYZ | 12.04 | 12.69 | 20.88 | - |
| YUV | 98.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 124 | 0.31 | 0.19 | 0 | 0.51 | 215.38 | 0.19 | 0.41 |
| Hex | 55 | 65 | 7C | 1F | 13 | 0 | 33 | D7 | 13 | 29 |
| Octal | 125 | 145 | 174 | 37 | 23 | 0 | 63 | 327 | 23 | 51 |
| Binary | 1010101 | 1100101 | 1111100 | 11111 | 10011 | 0 | 110011 | 11010111 | 10011 | 101001 |
Color Harmonies of #55657C
Complementary color
Monochromatic Colors of #55657C
Black with #55657C
Text Example
Text Example
White with #55657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55657C; }
p { color: rgb(85,101,124); }
H1.HeaderClassName
{
color: #55657C;
}
.AnyTagClassName
{
color: #55657C;
}
</style>
background-color css
<style>
a { background-color: #55657C; }
a { background-color: rgb(85,101,124); }
div.DivClassName
{
background-color: #55657C;
}
.BgClassName
{
background-color: #55657C;
}
</style>
border-color css
<style>
span { border-color: #55657C; }
span { border-color: rgb(85,101,124); }
td.TdClassName
{
border-color: #55657C;
}
.TagClassName
{
border-color: #55657C;
}
</style>