Shades of Blue Bayoux #5E767F
Tints of Blue Bayoux #5E767F
RGB
CMYK
RGB Variations
Color information
#5E767F (or 0x5E767F) is known color: Blue Bayoux. HEX triplet: 5E, 76 and 7F. RGB value is (94,118,127). Sum of RGB (Red+Green+Blue) = 94+118+127=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E767F is #A18980. Grayscale: #6F6F6F. Windows color (decimal): -10586497 or 8353374. OLE color: 8353374.
HSL color Cylindrical-coordinate representation of color #5E767F: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E767F is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 118 | 127 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.50 |
| HSL | 196.36º | 0.15% | 0.43% | - |
| HSV(B) | 196.36º | 0.26% | 0.5% | - |
| XYZ | 14.93 | 16.87 | 22.55 | - |
| YUV | 111.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 127 | 0.26 | 0.07 | 0 | 0.50 | 196.36 | 0.15 | 0.43 |
| Hex | 5E | 76 | 7F | 1A | 7 | 0 | 32 | C4 | F | 2B |
| Octal | 136 | 166 | 177 | 32 | 7 | 0 | 62 | 304 | 17 | 53 |
| Binary | 1011110 | 1110110 | 1111111 | 11010 | 111 | 0 | 110010 | 11000100 | 1111 | 101011 |
Color Harmonies of #5E767F
Complementary color
Monochromatic Colors of #5E767F
Black with #5E767F
Text Example
Text Example
White with #5E767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E767F; }
p { color: rgb(94,118,127); }
H1.HeaderClassName
{
color: #5E767F;
}
.AnyTagClassName
{
color: #5E767F;
}
</style>
background-color css
<style>
a { background-color: #5E767F; }
a { background-color: rgb(94,118,127); }
div.DivClassName
{
background-color: #5E767F;
}
.BgClassName
{
background-color: #5E767F;
}
</style>
border-color css
<style>
span { border-color: #5E767F; }
span { border-color: rgb(94,118,127); }
td.TdClassName
{
border-color: #5E767F;
}
.TagClassName
{
border-color: #5E767F;
}
</style>