Shades of Blue Bayoux #56757E
Tints of Blue Bayoux #56757E
RGB
CMYK
RGB Variations
Color information
#56757E (or 0x56757E) is known color: Blue Bayoux. HEX triplet: 56, 75 and 7E. RGB value is (86,117,126). Sum of RGB (Red+Green+Blue) = 86+117+126=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #56757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56757E is #A98A81. Grayscale: #6C6C6C. Windows color (decimal): -11111042 or 8287574. OLE color: 8287574.
HSL color Cylindrical-coordinate representation of color #56757E: hue angle of 193.5º 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 #56757E is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 117 | 126 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.51 |
| HSL | 193.5º | 0.19% | 0.42% | - |
| HSV(B) | 193.5º | 0.32% | 0.49% | - |
| XYZ | 13.96 | 16.21 | 22.13 | - |
| YUV | 108.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 126 | 0.32 | 0.07 | 0 | 0.51 | 193.5 | 0.19 | 0.42 |
| Hex | 56 | 75 | 7E | 20 | 7 | 0 | 33 | C2 | 13 | 2A |
| Octal | 126 | 165 | 176 | 40 | 7 | 0 | 63 | 302 | 23 | 52 |
| Binary | 1010110 | 1110101 | 1111110 | 100000 | 111 | 0 | 110011 | 11000010 | 10011 | 101010 |
Color Harmonies of #56757E
Complementary color
Monochromatic Colors of #56757E
Black with #56757E
Text Example
Text Example
White with #56757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56757E; }
p { color: rgb(86,117,126); }
H1.HeaderClassName
{
color: #56757E;
}
.AnyTagClassName
{
color: #56757E;
}
</style>
background-color css
<style>
a { background-color: #56757E; }
a { background-color: rgb(86,117,126); }
div.DivClassName
{
background-color: #56757E;
}
.BgClassName
{
background-color: #56757E;
}
</style>
border-color css
<style>
span { border-color: #56757E; }
span { border-color: rgb(86,117,126); }
td.TdClassName
{
border-color: #56757E;
}
.TagClassName
{
border-color: #56757E;
}
</style>