Shades of Blue Bayoux #5E7079
Tints of Blue Bayoux #5E7079
RGB
CMYK
RGB Variations
Color information
#5E7079 (or 0x5E7079) is known color: Blue Bayoux. HEX triplet: 5E, 70 and 79. RGB value is (94,112,121). Sum of RGB (Red+Green+Blue) = 94+112+121=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E7079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7079 is #A18F86. Grayscale: #6B6B6B. Windows color (decimal): -10588039 or 7958622. OLE color: 7958622.
HSL color Cylindrical-coordinate representation of color #5E7079: hue angle of 200º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7079 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
RGB | 94 | 112 | 121 | - |
CMYK | 0.22 | 0.07 | 0 | 0.53 |
HSL | 200º | 0.13% | 0.42% | - |
HSV(B) | 200º | 0.22% | 0.47% | - |
XYZ | 13.86 | 15.35 | 20.32 | - |
YUV | 107.64 | 135.54 | 118.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 112 | 121 | 0.22 | 0.07 | 0 | 0.53 | 200 | 0.13 | 0.42 |
Hex | 5E | 70 | 79 | 16 | 7 | 0 | 35 | C8 | D | 2A |
Octal | 136 | 160 | 171 | 26 | 7 | 0 | 65 | 310 | 15 | 52 |
Binary | 1011110 | 1110000 | 1111001 | 10110 | 111 | 0 | 110101 | 11001000 | 1101 | 101010 |
Color Harmonies of #5E7079
Complementary color
Monochromatic Colors of #5E7079
Black with #5E7079
Text Example
Text Example
White with #5E7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7079; }
p { color: rgb(94,112,121); }
H1.HeaderClassName
{
color: #5E7079;
}
.AnyTagClassName
{
color: #5E7079;
}
</style>
background-color css
<style>
a { background-color: #5E7079; }
a { background-color: rgb(94,112,121); }
div.DivClassName
{
background-color: #5E7079;
}
.BgClassName
{
background-color: #5E7079;
}
</style>
border-color css
<style>
span { border-color: #5E7079; }
span { border-color: rgb(94,112,121); }
td.TdClassName
{
border-color: #5E7079;
}
.TagClassName
{
border-color: #5E7079;
}
</style>