Shades of Blue Bayoux #5B7980
Tints of Blue Bayoux #5B7980
RGB
CMYK
RGB Variations
Color information
#5B7980 (or 0x5B7980) is known color: Blue Bayoux. HEX triplet: 5B, 79 and 80. RGB value is (91,121,128). Sum of RGB (Red+Green+Blue) = 91+121+128=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B7980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7980 is #A4867F. Grayscale: #707070. Windows color (decimal): -10782336 or 8419675. OLE color: 8419675.
HSL color Cylindrical-coordinate representation of color #5B7980: hue angle of 191.35º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B7980 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 121 | 128 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.50 |
| HSL | 191.35º | 0.17% | 0.43% | - |
| HSV(B) | 191.35º | 0.29% | 0.5% | - |
| XYZ | 15.05 | 17.46 | 23 | - |
| YUV | 112.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 128 | 0.29 | 0.05 | 0 | 0.50 | 191.35 | 0.17 | 0.43 |
| Hex | 5B | 79 | 80 | 1D | 5 | 0 | 32 | BF | 11 | 2B |
| Octal | 133 | 171 | 200 | 35 | 5 | 0 | 62 | 277 | 21 | 53 |
| Binary | 1011011 | 1111001 | 10000000 | 11101 | 101 | 0 | 110010 | 10111111 | 10001 | 101011 |
Color Harmonies of #5B7980
Complementary color
Monochromatic Colors of #5B7980
Black with #5B7980
Text Example
Text Example
White with #5B7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7980; }
p { color: rgb(91,121,128); }
H1.HeaderClassName
{
color: #5B7980;
}
.AnyTagClassName
{
color: #5B7980;
}
</style>
background-color css
<style>
a { background-color: #5B7980; }
a { background-color: rgb(91,121,128); }
div.DivClassName
{
background-color: #5B7980;
}
.BgClassName
{
background-color: #5B7980;
}
</style>
border-color css
<style>
span { border-color: #5B7980; }
span { border-color: rgb(91,121,128); }
td.TdClassName
{
border-color: #5B7980;
}
.TagClassName
{
border-color: #5B7980;
}
</style>