Shades of Blue Bayoux #5B707F
Tints of Blue Bayoux #5B707F
RGB
CMYK
RGB Variations
Color information
#5B707F (or 0x5B707F) is known color: Blue Bayoux. HEX triplet: 5B, 70 and 7F. RGB value is (91,112,127). Sum of RGB (Red+Green+Blue) = 91+112+127=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B707F is #A48F80. Grayscale: #6B6B6B. Windows color (decimal): -10784641 or 8351835. OLE color: 8351835.
HSL color Cylindrical-coordinate representation of color #5B707F: hue angle of 205º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B707F is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 112 | 127 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.50 |
| HSL | 205º | 0.17% | 0.43% | - |
| HSV(B) | 205º | 0.28% | 0.5% | - |
| XYZ | 13.94 | 15.34 | 22.31 | - |
| YUV | 107.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 127 | 0.28 | 0.12 | 0 | 0.50 | 205 | 0.17 | 0.43 |
| Hex | 5B | 70 | 7F | 1C | C | 0 | 32 | CD | 11 | 2B |
| Octal | 133 | 160 | 177 | 34 | 14 | 0 | 62 | 315 | 21 | 53 |
| Binary | 1011011 | 1110000 | 1111111 | 11100 | 1100 | 0 | 110010 | 11001101 | 10001 | 101011 |
Color Harmonies of #5B707F
Complementary color
Monochromatic Colors of #5B707F
Black with #5B707F
Text Example
Text Example
White with #5B707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B707F; }
p { color: rgb(91,112,127); }
H1.HeaderClassName
{
color: #5B707F;
}
.AnyTagClassName
{
color: #5B707F;
}
</style>
background-color css
<style>
a { background-color: #5B707F; }
a { background-color: rgb(91,112,127); }
div.DivClassName
{
background-color: #5B707F;
}
.BgClassName
{
background-color: #5B707F;
}
</style>
border-color css
<style>
span { border-color: #5B707F; }
span { border-color: rgb(91,112,127); }
td.TdClassName
{
border-color: #5B707F;
}
.TagClassName
{
border-color: #5B707F;
}
</style>