Shades of Blue Bayoux #56727E
Tints of Blue Bayoux #56727E
RGB
CMYK
RGB Variations
Color information
#56727E (or 0x56727E) is known color: Blue Bayoux. HEX triplet: 56, 72 and 7E. RGB value is (86,114,126). Sum of RGB (Red+Green+Blue) = 86+114+126=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #56727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56727E is #A98D81. Grayscale: #6A6A6A. Windows color (decimal): -11111810 or 8286806. OLE color: 8286806.
HSL color Cylindrical-coordinate representation of color #56727E: hue angle of 198º 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 #56727E is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 114 | 126 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.51 |
| HSL | 198º | 0.19% | 0.42% | - |
| HSV(B) | 198º | 0.32% | 0.49% | - |
| XYZ | 13.62 | 15.52 | 22.02 | - |
| YUV | 107 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 126 | 0.32 | 0.10 | 0 | 0.51 | 198 | 0.19 | 0.42 |
| Hex | 56 | 72 | 7E | 20 | A | 0 | 33 | C6 | 13 | 2A |
| Octal | 126 | 162 | 176 | 40 | 12 | 0 | 63 | 306 | 23 | 52 |
| Binary | 1010110 | 1110010 | 1111110 | 100000 | 1010 | 0 | 110011 | 11000110 | 10011 | 101010 |
Color Harmonies of #56727E
Complementary color
Monochromatic Colors of #56727E
Black with #56727E
Text Example
Text Example
White with #56727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56727E; }
p { color: rgb(86,114,126); }
H1.HeaderClassName
{
color: #56727E;
}
.AnyTagClassName
{
color: #56727E;
}
</style>
background-color css
<style>
a { background-color: #56727E; }
a { background-color: rgb(86,114,126); }
div.DivClassName
{
background-color: #56727E;
}
.BgClassName
{
background-color: #56727E;
}
</style>
border-color css
<style>
span { border-color: #56727E; }
span { border-color: rgb(86,114,126); }
td.TdClassName
{
border-color: #56727E;
}
.TagClassName
{
border-color: #56727E;
}
</style>