Shades of Wedgewood #55657B
Tints of Wedgewood #55657B
RGB
CMYK
RGB Variations
Color information
#55657B (or 0x55657B) is known color: Wedgewood. HEX triplet: 55, 65 and 7B. RGB value is (85,101,123). Sum of RGB (Red+Green+Blue) = 85+101+123=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #55657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55657B is #AA9A84. Grayscale: #626262. Windows color (decimal): -11180677 or 8086869. OLE color: 8086869.
HSL color Cylindrical-coordinate representation of color #55657B: hue angle of 214.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55657B is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 101 | 123 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.52 |
| HSL | 214.74º | 0.18% | 0.41% | - |
| HSV(B) | 214.74º | 0.31% | 0.48% | - |
| XYZ | 11.98 | 12.67 | 20.55 | - |
| YUV | 98.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 123 | 0.31 | 0.18 | 0 | 0.52 | 214.74 | 0.18 | 0.41 |
| Hex | 55 | 65 | 7B | 1F | 12 | 0 | 34 | D7 | 12 | 29 |
| Octal | 125 | 145 | 173 | 37 | 22 | 0 | 64 | 327 | 22 | 51 |
| Binary | 1010101 | 1100101 | 1111011 | 11111 | 10010 | 0 | 110100 | 11010111 | 10010 | 101001 |
Color Harmonies of #55657B
Complementary color
Monochromatic Colors of #55657B
Black with #55657B
Text Example
Text Example
White with #55657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55657B; }
p { color: rgb(85,101,123); }
H1.HeaderClassName
{
color: #55657B;
}
.AnyTagClassName
{
color: #55657B;
}
</style>
background-color css
<style>
a { background-color: #55657B; }
a { background-color: rgb(85,101,123); }
div.DivClassName
{
background-color: #55657B;
}
.BgClassName
{
background-color: #55657B;
}
</style>
border-color css
<style>
span { border-color: #55657B; }
span { border-color: rgb(85,101,123); }
td.TdClassName
{
border-color: #55657B;
}
.TagClassName
{
border-color: #55657B;
}
</style>