Shades of Blue Bayoux #56787F
Tints of Blue Bayoux #56787F
RGB
CMYK
RGB Variations
Color information
#56787F (or 0x56787F) is known color: Blue Bayoux. HEX triplet: 56, 78 and 7F. RGB value is (86,120,127). Sum of RGB (Red+Green+Blue) = 86+120+127=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #56787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56787F is #A98780. Grayscale: #6E6E6E. Windows color (decimal): -11110273 or 8353878. OLE color: 8353878.
HSL color Cylindrical-coordinate representation of color #56787F: hue angle of 190.24º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56787F is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 120 | 127 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.50 |
| HSL | 190.24º | 0.19% | 0.42% | - |
| HSV(B) | 190.24º | 0.32% | 0.5% | - |
| XYZ | 14.38 | 16.94 | 22.59 | - |
| YUV | 110.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 127 | 0.32 | 0.06 | 0 | 0.50 | 190.24 | 0.19 | 0.42 |
| Hex | 56 | 78 | 7F | 20 | 6 | 0 | 32 | BE | 13 | 2A |
| Octal | 126 | 170 | 177 | 40 | 6 | 0 | 62 | 276 | 23 | 52 |
| Binary | 1010110 | 1111000 | 1111111 | 100000 | 110 | 0 | 110010 | 10111110 | 10011 | 101010 |
Color Harmonies of #56787F
Complementary color
Monochromatic Colors of #56787F
Black with #56787F
Text Example
Text Example
White with #56787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56787F; }
p { color: rgb(86,120,127); }
H1.HeaderClassName
{
color: #56787F;
}
.AnyTagClassName
{
color: #56787F;
}
</style>
background-color css
<style>
a { background-color: #56787F; }
a { background-color: rgb(86,120,127); }
div.DivClassName
{
background-color: #56787F;
}
.BgClassName
{
background-color: #56787F;
}
</style>
border-color css
<style>
span { border-color: #56787F; }
span { border-color: rgb(86,120,127); }
td.TdClassName
{
border-color: #56787F;
}
.TagClassName
{
border-color: #56787F;
}
</style>