Shades of Blue Bayoux #5B767F
Tints of Blue Bayoux #5B767F
RGB
CMYK
RGB Variations
Color information
#5B767F (or 0x5B767F) is known color: Blue Bayoux. HEX triplet: 5B, 76 and 7F. RGB value is (91,118,127). Sum of RGB (Red+Green+Blue) = 91+118+127=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B767F is #A48980. Grayscale: #6E6E6E. Windows color (decimal): -10783105 or 8353371. OLE color: 8353371.
HSL color Cylindrical-coordinate representation of color #5B767F: hue angle of 195º 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 #5B767F is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 118 | 127 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.50 |
| HSL | 195º | 0.17% | 0.43% | - |
| HSV(B) | 195º | 0.28% | 0.5% | - |
| XYZ | 14.62 | 16.71 | 22.53 | - |
| YUV | 110.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 127 | 0.28 | 0.07 | 0 | 0.50 | 195 | 0.17 | 0.43 |
| Hex | 5B | 76 | 7F | 1C | 7 | 0 | 32 | C3 | 11 | 2B |
| Octal | 133 | 166 | 177 | 34 | 7 | 0 | 62 | 303 | 21 | 53 |
| Binary | 1011011 | 1110110 | 1111111 | 11100 | 111 | 0 | 110010 | 11000011 | 10001 | 101011 |
Color Harmonies of #5B767F
Complementary color
Monochromatic Colors of #5B767F
Black with #5B767F
Text Example
Text Example
White with #5B767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B767F; }
p { color: rgb(91,118,127); }
H1.HeaderClassName
{
color: #5B767F;
}
.AnyTagClassName
{
color: #5B767F;
}
</style>
background-color css
<style>
a { background-color: #5B767F; }
a { background-color: rgb(91,118,127); }
div.DivClassName
{
background-color: #5B767F;
}
.BgClassName
{
background-color: #5B767F;
}
</style>
border-color css
<style>
span { border-color: #5B767F; }
span { border-color: rgb(91,118,127); }
td.TdClassName
{
border-color: #5B767F;
}
.TagClassName
{
border-color: #5B767F;
}
</style>