Shades of Blue Bayoux #5E7477
Tints of Blue Bayoux #5E7477
RGB
CMYK
RGB Variations
Color information
#5E7477 (or 0x5E7477) is known color: Blue Bayoux. HEX triplet: 5E, 74 and 77. RGB value is (94,116,119). Sum of RGB (Red+Green+Blue) = 94+116+119=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E7477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7477 is #A18B88. Grayscale: #6D6D6D. Windows color (decimal): -10587017 or 7828574. OLE color: 7828574.
HSL color Cylindrical-coordinate representation of color #5E7477: hue angle of 187.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7477 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 116 | 119 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.53 |
| HSL | 187.2º | 0.12% | 0.42% | - |
| HSV(B) | 187.2º | 0.21% | 0.47% | - |
| XYZ | 14.19 | 16.2 | 19.83 | - |
| YUV | 109.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 119 | 0.21 | 0.03 | 0 | 0.53 | 187.2 | 0.12 | 0.42 |
| Hex | 5E | 74 | 77 | 15 | 3 | 0 | 35 | BB | C | 2A |
| Octal | 136 | 164 | 167 | 25 | 3 | 0 | 65 | 273 | 14 | 52 |
| Binary | 1011110 | 1110100 | 1110111 | 10101 | 11 | 0 | 110101 | 10111011 | 1100 | 101010 |
Color Harmonies of #5E7477
Complementary color
Monochromatic Colors of #5E7477
Black with #5E7477
Text Example
Text Example
White with #5E7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7477; }
p { color: rgb(94,116,119); }
H1.HeaderClassName
{
color: #5E7477;
}
.AnyTagClassName
{
color: #5E7477;
}
</style>
background-color css
<style>
a { background-color: #5E7477; }
a { background-color: rgb(94,116,119); }
div.DivClassName
{
background-color: #5E7477;
}
.BgClassName
{
background-color: #5E7477;
}
</style>
border-color css
<style>
span { border-color: #5E7477; }
span { border-color: rgb(94,116,119); }
td.TdClassName
{
border-color: #5E7477;
}
.TagClassName
{
border-color: #5E7477;
}
</style>