Shades of Wedgewood #56687D
Tints of Wedgewood #56687D
RGB
CMYK
RGB Variations
Color information
#56687D (or 0x56687D) is known color: Wedgewood. HEX triplet: 56, 68 and 7D. RGB value is (86,104,125). Sum of RGB (Red+Green+Blue) = 86+104+125=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #56687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56687D is #A99782. Grayscale: #646464. Windows color (decimal): -11114371 or 8218710. OLE color: 8218710.
HSL color Cylindrical-coordinate representation of color #56687D: hue angle of 212.31º degrees, saturation: 0.18, 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 #56687D is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 104 | 125 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.51 |
| HSL | 212.31º | 0.18% | 0.41% | - |
| HSV(B) | 212.31º | 0.31% | 0.49% | - |
| XYZ | 12.49 | 13.36 | 21.32 | - |
| YUV | 101.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 125 | 0.31 | 0.17 | 0 | 0.51 | 212.31 | 0.18 | 0.41 |
| Hex | 56 | 68 | 7D | 1F | 11 | 0 | 33 | D4 | 12 | 29 |
| Octal | 126 | 150 | 175 | 37 | 21 | 0 | 63 | 324 | 22 | 51 |
| Binary | 1010110 | 1101000 | 1111101 | 11111 | 10001 | 0 | 110011 | 11010100 | 10010 | 101001 |
Color Harmonies of #56687D
Complementary color
Monochromatic Colors of #56687D
Black with #56687D
Text Example
Text Example
White with #56687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56687D; }
p { color: rgb(86,104,125); }
H1.HeaderClassName
{
color: #56687D;
}
.AnyTagClassName
{
color: #56687D;
}
</style>
background-color css
<style>
a { background-color: #56687D; }
a { background-color: rgb(86,104,125); }
div.DivClassName
{
background-color: #56687D;
}
.BgClassName
{
background-color: #56687D;
}
</style>
border-color css
<style>
span { border-color: #56687D; }
span { border-color: rgb(86,104,125); }
td.TdClassName
{
border-color: #56687D;
}
.TagClassName
{
border-color: #56687D;
}
</style>