Shades of Blue Bayoux #5E7780
Tints of Blue Bayoux #5E7780
RGB
CMYK
RGB Variations
Color information
#5E7780 (or 0x5E7780) is known color: Blue Bayoux. HEX triplet: 5E, 77 and 80. RGB value is (94,119,128). Sum of RGB (Red+Green+Blue) = 94+119+128=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E7780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7780 is #A1887F. Grayscale: #707070. Windows color (decimal): -10586240 or 8419166. OLE color: 8419166.
HSL color Cylindrical-coordinate representation of color #5E7780: hue angle of 195.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7780 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 119 | 128 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.50 |
| HSL | 195.88º | 0.15% | 0.44% | - |
| HSV(B) | 195.88º | 0.27% | 0.5% | - |
| XYZ | 15.11 | 17.13 | 22.93 | - |
| YUV | 112.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 128 | 0.27 | 0.07 | 0 | 0.50 | 195.88 | 0.15 | 0.44 |
| Hex | 5E | 77 | 80 | 1B | 7 | 0 | 32 | C4 | F | 2C |
| Octal | 136 | 167 | 200 | 33 | 7 | 0 | 62 | 304 | 17 | 54 |
| Binary | 1011110 | 1110111 | 10000000 | 11011 | 111 | 0 | 110010 | 11000100 | 1111 | 101100 |
Color Harmonies of #5E7780
Complementary color
Monochromatic Colors of #5E7780
Black with #5E7780
Text Example
Text Example
White with #5E7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7780; }
p { color: rgb(94,119,128); }
H1.HeaderClassName
{
color: #5E7780;
}
.AnyTagClassName
{
color: #5E7780;
}
</style>
background-color css
<style>
a { background-color: #5E7780; }
a { background-color: rgb(94,119,128); }
div.DivClassName
{
background-color: #5E7780;
}
.BgClassName
{
background-color: #5E7780;
}
</style>
border-color css
<style>
span { border-color: #5E7780; }
span { border-color: rgb(94,119,128); }
td.TdClassName
{
border-color: #5E7780;
}
.TagClassName
{
border-color: #5E7780;
}
</style>