Shades of Wedgewood #56677E
Tints of Wedgewood #56677E
RGB
CMYK
RGB Variations
Color information
#56677E (or 0x56677E) is known color: Wedgewood. HEX triplet: 56, 67 and 7E. RGB value is (86,103,126). Sum of RGB (Red+Green+Blue) = 86+103+126=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #56677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56677E is #A99881. Grayscale: #646464. Windows color (decimal): -11114626 or 8283990. OLE color: 8283990.
HSL color Cylindrical-coordinate representation of color #56677E: hue angle of 214.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56677E is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 103 | 126 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.51 |
| HSL | 214.5º | 0.19% | 0.42% | - |
| HSV(B) | 214.5º | 0.32% | 0.49% | - |
| XYZ | 12.45 | 13.19 | 21.63 | - |
| YUV | 100.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 126 | 0.32 | 0.18 | 0 | 0.51 | 214.5 | 0.19 | 0.42 |
| Hex | 56 | 67 | 7E | 20 | 12 | 0 | 33 | D6 | 13 | 2A |
| Octal | 126 | 147 | 176 | 40 | 22 | 0 | 63 | 326 | 23 | 52 |
| Binary | 1010110 | 1100111 | 1111110 | 100000 | 10010 | 0 | 110011 | 11010110 | 10011 | 101010 |
Color Harmonies of #56677E
Complementary color
Monochromatic Colors of #56677E
Black with #56677E
Text Example
Text Example
White with #56677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56677E; }
p { color: rgb(86,103,126); }
H1.HeaderClassName
{
color: #56677E;
}
.AnyTagClassName
{
color: #56677E;
}
</style>
background-color css
<style>
a { background-color: #56677E; }
a { background-color: rgb(86,103,126); }
div.DivClassName
{
background-color: #56677E;
}
.BgClassName
{
background-color: #56677E;
}
</style>
border-color css
<style>
span { border-color: #56677E; }
span { border-color: rgb(86,103,126); }
td.TdClassName
{
border-color: #56677E;
}
.TagClassName
{
border-color: #56677E;
}
</style>