Shades of Blue Bayoux #5B707B
Tints of Blue Bayoux #5B707B
RGB
CMYK
RGB Variations
Color information
#5B707B (or 0x5B707B) is known color: Blue Bayoux. HEX triplet: 5B, 70 and 7B. RGB value is (91,112,123). Sum of RGB (Red+Green+Blue) = 91+112+123=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B707B is #A48F84. Grayscale: #6A6A6A. Windows color (decimal): -10784645 or 8089691. OLE color: 8089691.
HSL color Cylindrical-coordinate representation of color #5B707B: hue angle of 200.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B707B is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 112 | 123 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.52 |
| HSL | 200.63º | 0.15% | 0.42% | - |
| HSV(B) | 200.63º | 0.26% | 0.48% | - |
| XYZ | 13.68 | 15.24 | 20.96 | - |
| YUV | 106.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 123 | 0.26 | 0.09 | 0 | 0.52 | 200.63 | 0.15 | 0.42 |
| Hex | 5B | 70 | 7B | 1A | 9 | 0 | 34 | C9 | F | 2A |
| Octal | 133 | 160 | 173 | 32 | 11 | 0 | 64 | 311 | 17 | 52 |
| Binary | 1011011 | 1110000 | 1111011 | 11010 | 1001 | 0 | 110100 | 11001001 | 1111 | 101010 |
Color Harmonies of #5B707B
Complementary color
Monochromatic Colors of #5B707B
Black with #5B707B
Text Example
Text Example
White with #5B707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B707B; }
p { color: rgb(91,112,123); }
H1.HeaderClassName
{
color: #5B707B;
}
.AnyTagClassName
{
color: #5B707B;
}
</style>
background-color css
<style>
a { background-color: #5B707B; }
a { background-color: rgb(91,112,123); }
div.DivClassName
{
background-color: #5B707B;
}
.BgClassName
{
background-color: #5B707B;
}
</style>
border-color css
<style>
span { border-color: #5B707B; }
span { border-color: rgb(91,112,123); }
td.TdClassName
{
border-color: #5B707B;
}
.TagClassName
{
border-color: #5B707B;
}
</style>