Shades of Blue Bayoux #56787E
Tints of Blue Bayoux #56787E
RGB
CMYK
RGB Variations
Color information
#56787E (or 0x56787E) is known color: Blue Bayoux. HEX triplet: 56, 78 and 7E. RGB value is (86,120,126). Sum of RGB (Red+Green+Blue) = 86+120+126=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #56787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56787E is #A98781. Grayscale: #6E6E6E. Windows color (decimal): -11110274 or 8288342. OLE color: 8288342.
HSL color Cylindrical-coordinate representation of color #56787E: hue angle of 189º 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 #56787E is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 120 | 126 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.51 |
| HSL | 189º | 0.19% | 0.42% | - |
| HSV(B) | 189º | 0.32% | 0.49% | - |
| XYZ | 14.32 | 16.92 | 22.25 | - |
| YUV | 110.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 126 | 0.32 | 0.05 | 0 | 0.51 | 189 | 0.19 | 0.42 |
| Hex | 56 | 78 | 7E | 20 | 5 | 0 | 33 | BD | 13 | 2A |
| Octal | 126 | 170 | 176 | 40 | 5 | 0 | 63 | 275 | 23 | 52 |
| Binary | 1010110 | 1111000 | 1111110 | 100000 | 101 | 0 | 110011 | 10111101 | 10011 | 101010 |
Color Harmonies of #56787E
Complementary color
Monochromatic Colors of #56787E
Black with #56787E
Text Example
Text Example
White with #56787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56787E; }
p { color: rgb(86,120,126); }
H1.HeaderClassName
{
color: #56787E;
}
.AnyTagClassName
{
color: #56787E;
}
</style>
background-color css
<style>
a { background-color: #56787E; }
a { background-color: rgb(86,120,126); }
div.DivClassName
{
background-color: #56787E;
}
.BgClassName
{
background-color: #56787E;
}
</style>
border-color css
<style>
span { border-color: #56787E; }
span { border-color: rgb(86,120,126); }
td.TdClassName
{
border-color: #56787E;
}
.TagClassName
{
border-color: #56787E;
}
</style>