Shades of Wedgewood #56677A
Tints of Wedgewood #56677A
RGB
CMYK
RGB Variations
Color information
#56677A (or 0x56677A) is known color: Wedgewood. HEX triplet: 56, 67 and 7A. RGB value is (86,103,122). Sum of RGB (Red+Green+Blue) = 86+103+122=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #56677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56677A is #A99885. Grayscale: #636363. Windows color (decimal): -11114630 or 8021846. OLE color: 8021846.
HSL color Cylindrical-coordinate representation of color #56677A: hue angle of 211.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56677A is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 103 | 122 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.52 |
| HSL | 211.67º | 0.17% | 0.41% | - |
| HSV(B) | 211.67º | 0.3% | 0.48% | - |
| XYZ | 12.2 | 13.08 | 20.29 | - |
| YUV | 100.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 122 | 0.30 | 0.16 | 0 | 0.52 | 211.67 | 0.17 | 0.41 |
| Hex | 56 | 67 | 7A | 1E | 10 | 0 | 34 | D4 | 11 | 29 |
| Octal | 126 | 147 | 172 | 36 | 20 | 0 | 64 | 324 | 21 | 51 |
| Binary | 1010110 | 1100111 | 1111010 | 11110 | 10000 | 0 | 110100 | 11010100 | 10001 | 101001 |
Color Harmonies of #56677A
Complementary color
Monochromatic Colors of #56677A
Black with #56677A
Text Example
Text Example
White with #56677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56677A; }
p { color: rgb(86,103,122); }
H1.HeaderClassName
{
color: #56677A;
}
.AnyTagClassName
{
color: #56677A;
}
</style>
background-color css
<style>
a { background-color: #56677A; }
a { background-color: rgb(86,103,122); }
div.DivClassName
{
background-color: #56677A;
}
.BgClassName
{
background-color: #56677A;
}
</style>
border-color css
<style>
span { border-color: #56677A; }
span { border-color: rgb(86,103,122); }
td.TdClassName
{
border-color: #56677A;
}
.TagClassName
{
border-color: #56677A;
}
</style>