Shades of Blue Bayoux #56737B
Tints of Blue Bayoux #56737B
RGB
CMYK
RGB Variations
Color information
#56737B (or 0x56737B) is known color: Blue Bayoux. HEX triplet: 56, 73 and 7B. RGB value is (86,115,123). Sum of RGB (Red+Green+Blue) = 86+115+123=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #56737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56737B is #A98C84. Grayscale: #6B6B6B. Windows color (decimal): -11111557 or 8090454. OLE color: 8090454.
HSL color Cylindrical-coordinate representation of color #56737B: hue angle of 192.97º degrees, saturation: 0.18, 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 #56737B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 115 | 123 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.52 |
| HSL | 192.97º | 0.18% | 0.41% | - |
| HSV(B) | 192.97º | 0.3% | 0.48% | - |
| XYZ | 13.54 | 15.67 | 21.05 | - |
| YUV | 107.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 123 | 0.30 | 0.07 | 0 | 0.52 | 192.97 | 0.18 | 0.41 |
| Hex | 56 | 73 | 7B | 1E | 7 | 0 | 34 | C1 | 12 | 29 |
| Octal | 126 | 163 | 173 | 36 | 7 | 0 | 64 | 301 | 22 | 51 |
| Binary | 1010110 | 1110011 | 1111011 | 11110 | 111 | 0 | 110100 | 11000001 | 10010 | 101001 |
Color Harmonies of #56737B
Complementary color
Monochromatic Colors of #56737B
Black with #56737B
Text Example
Text Example
White with #56737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56737B; }
p { color: rgb(86,115,123); }
H1.HeaderClassName
{
color: #56737B;
}
.AnyTagClassName
{
color: #56737B;
}
</style>
background-color css
<style>
a { background-color: #56737B; }
a { background-color: rgb(86,115,123); }
div.DivClassName
{
background-color: #56737B;
}
.BgClassName
{
background-color: #56737B;
}
</style>
border-color css
<style>
span { border-color: #56737B; }
span { border-color: rgb(86,115,123); }
td.TdClassName
{
border-color: #56737B;
}
.TagClassName
{
border-color: #56737B;
}
</style>