Shades of Blue Bayoux #56727A
Tints of Blue Bayoux #56727A
RGB
CMYK
RGB Variations
Color information
#56727A (or 0x56727A) is known color: Blue Bayoux. HEX triplet: 56, 72 and 7A. RGB value is (86,114,122). Sum of RGB (Red+Green+Blue) = 86+114+122=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #56727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56727A is #A98D85. Grayscale: #6A6A6A. Windows color (decimal): -11111814 or 8024662. OLE color: 8024662.
HSL color Cylindrical-coordinate representation of color #56727A: hue angle of 193.33º 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 #56727A is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 114 | 122 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.52 |
| HSL | 193.33º | 0.17% | 0.41% | - |
| HSV(B) | 193.33º | 0.3% | 0.48% | - |
| XYZ | 13.37 | 15.42 | 20.68 | - |
| YUV | 106.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 122 | 0.30 | 0.07 | 0 | 0.52 | 193.33 | 0.17 | 0.41 |
| Hex | 56 | 72 | 7A | 1E | 7 | 0 | 34 | C1 | 11 | 29 |
| Octal | 126 | 162 | 172 | 36 | 7 | 0 | 64 | 301 | 21 | 51 |
| Binary | 1010110 | 1110010 | 1111010 | 11110 | 111 | 0 | 110100 | 11000001 | 10001 | 101001 |
Color Harmonies of #56727A
Complementary color
Monochromatic Colors of #56727A
Black with #56727A
Text Example
Text Example
White with #56727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56727A; }
p { color: rgb(86,114,122); }
H1.HeaderClassName
{
color: #56727A;
}
.AnyTagClassName
{
color: #56727A;
}
</style>
background-color css
<style>
a { background-color: #56727A; }
a { background-color: rgb(86,114,122); }
div.DivClassName
{
background-color: #56727A;
}
.BgClassName
{
background-color: #56727A;
}
</style>
border-color css
<style>
span { border-color: #56727A; }
span { border-color: rgb(86,114,122); }
td.TdClassName
{
border-color: #56727A;
}
.TagClassName
{
border-color: #56727A;
}
</style>