Shades of Blue Bayoux #56787D
Tints of Blue Bayoux #56787D
RGB
CMYK
RGB Variations
Color information
#56787D (or 0x56787D) is known color: Blue Bayoux. HEX triplet: 56, 78 and 7D. RGB value is (86,120,125). Sum of RGB (Red+Green+Blue) = 86+120+125=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #56787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56787D is #A98782. Grayscale: #6E6E6E. Windows color (decimal): -11110275 or 8222806. OLE color: 8222806.
HSL color Cylindrical-coordinate representation of color #56787D: hue angle of 187.69º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56787D is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 120 | 125 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.51 |
| HSL | 187.69º | 0.18% | 0.41% | - |
| HSV(B) | 187.69º | 0.31% | 0.49% | - |
| XYZ | 14.26 | 16.89 | 21.91 | - |
| YUV | 110.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 125 | 0.31 | 0.04 | 0 | 0.51 | 187.69 | 0.18 | 0.41 |
| Hex | 56 | 78 | 7D | 1F | 4 | 0 | 33 | BC | 12 | 29 |
| Octal | 126 | 170 | 175 | 37 | 4 | 0 | 63 | 274 | 22 | 51 |
| Binary | 1010110 | 1111000 | 1111101 | 11111 | 100 | 0 | 110011 | 10111100 | 10010 | 101001 |
Color Harmonies of #56787D
Complementary color
Monochromatic Colors of #56787D
Black with #56787D
Text Example
Text Example
White with #56787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56787D; }
p { color: rgb(86,120,125); }
H1.HeaderClassName
{
color: #56787D;
}
.AnyTagClassName
{
color: #56787D;
}
</style>
background-color css
<style>
a { background-color: #56787D; }
a { background-color: rgb(86,120,125); }
div.DivClassName
{
background-color: #56787D;
}
.BgClassName
{
background-color: #56787D;
}
</style>
border-color css
<style>
span { border-color: #56787D; }
span { border-color: rgb(86,120,125); }
td.TdClassName
{
border-color: #56787D;
}
.TagClassName
{
border-color: #56787D;
}
</style>