Shades of Wedgewood #56738B
Tints of Wedgewood #56738B
RGB
CMYK
RGB Variations
Color information
#56738B (or 0x56738B) is known color: Wedgewood. HEX triplet: 56, 73 and 8B. RGB value is (86,115,139). Sum of RGB (Red+Green+Blue) = 86+115+139=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #56738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56738B is #A98C74. Grayscale: #6C6C6C. Windows color (decimal): -11111541 or 9139030. OLE color: 9139030.
HSL color Cylindrical-coordinate representation of color #56738B: hue angle of 207.17º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56738B is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 115 | 139 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.45 |
| HSL | 207.17º | 0.24% | 0.44% | - |
| HSV(B) | 207.17º | 0.38% | 0.55% | - |
| XYZ | 14.63 | 16.1 | 26.76 | - |
| YUV | 109.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 139 | 0.38 | 0.17 | 0 | 0.45 | 207.17 | 0.24 | 0.44 |
| Hex | 56 | 73 | 8B | 26 | 11 | 0 | 2D | CF | 18 | 2C |
| Octal | 126 | 163 | 213 | 46 | 21 | 0 | 55 | 317 | 30 | 54 |
| Binary | 1010110 | 1110011 | 10001011 | 100110 | 10001 | 0 | 101101 | 11001111 | 11000 | 101100 |
Color Harmonies of #56738B
Complementary color
Monochromatic Colors of #56738B
Black with #56738B
Text Example
Text Example
White with #56738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56738B; }
p { color: rgb(86,115,139); }
H1.HeaderClassName
{
color: #56738B;
}
.AnyTagClassName
{
color: #56738B;
}
</style>
background-color css
<style>
a { background-color: #56738B; }
a { background-color: rgb(86,115,139); }
div.DivClassName
{
background-color: #56738B;
}
.BgClassName
{
background-color: #56738B;
}
</style>
border-color css
<style>
span { border-color: #56738B; }
span { border-color: rgb(86,115,139); }
td.TdClassName
{
border-color: #56738B;
}
.TagClassName
{
border-color: #56738B;
}
</style>