Shades of Wedgewood #56748B
Tints of Wedgewood #56748B
RGB
CMYK
RGB Variations
Color information
#56748B (or 0x56748B) is known color: Wedgewood. HEX triplet: 56, 74 and 8B. RGB value is (86,116,139). Sum of RGB (Red+Green+Blue) = 86+116+139=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #56748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56748B is #A98B74. Grayscale: #6D6D6D. Windows color (decimal): -11111285 or 9139286. OLE color: 9139286.
HSL color Cylindrical-coordinate representation of color #56748B: hue angle of 206.04º 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 #56748B is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 116 | 139 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.45 |
| HSL | 206.04º | 0.24% | 0.44% | - |
| HSV(B) | 206.04º | 0.38% | 0.55% | - |
| XYZ | 14.74 | 16.33 | 26.8 | - |
| YUV | 109.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 139 | 0.38 | 0.17 | 0 | 0.45 | 206.04 | 0.24 | 0.44 |
| Hex | 56 | 74 | 8B | 26 | 11 | 0 | 2D | CE | 18 | 2C |
| Octal | 126 | 164 | 213 | 46 | 21 | 0 | 55 | 316 | 30 | 54 |
| Binary | 1010110 | 1110100 | 10001011 | 100110 | 10001 | 0 | 101101 | 11001110 | 11000 | 101100 |
Color Harmonies of #56748B
Complementary color
Monochromatic Colors of #56748B
Black with #56748B
Text Example
Text Example
White with #56748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56748B; }
p { color: rgb(86,116,139); }
H1.HeaderClassName
{
color: #56748B;
}
.AnyTagClassName
{
color: #56748B;
}
</style>
background-color css
<style>
a { background-color: #56748B; }
a { background-color: rgb(86,116,139); }
div.DivClassName
{
background-color: #56748B;
}
.BgClassName
{
background-color: #56748B;
}
</style>
border-color css
<style>
span { border-color: #56748B; }
span { border-color: rgb(86,116,139); }
td.TdClassName
{
border-color: #56748B;
}
.TagClassName
{
border-color: #56748B;
}
</style>