Shades of Blue Bayoux #5E717F
Tints of Blue Bayoux #5E717F
RGB
CMYK
RGB Variations
Color information
#5E717F (or 0x5E717F) is known color: Blue Bayoux. HEX triplet: 5E, 71 and 7F. RGB value is (94,113,127). Sum of RGB (Red+Green+Blue) = 94+113+127=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E717F is #A18E80. Grayscale: #6C6C6C. Windows color (decimal): -10587777 or 8352094. OLE color: 8352094.
HSL color Cylindrical-coordinate representation of color #5E717F: hue angle of 205.45º 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 #5E717F is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 113 | 127 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.50 |
| HSL | 205.45º | 0.15% | 0.43% | - |
| HSV(B) | 205.45º | 0.26% | 0.5% | - |
| XYZ | 14.35 | 15.72 | 22.36 | - |
| YUV | 108.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 127 | 0.26 | 0.11 | 0 | 0.50 | 205.45 | 0.15 | 0.43 |
| Hex | 5E | 71 | 7F | 1A | B | 0 | 32 | CD | F | 2B |
| Octal | 136 | 161 | 177 | 32 | 13 | 0 | 62 | 315 | 17 | 53 |
| Binary | 1011110 | 1110001 | 1111111 | 11010 | 1011 | 0 | 110010 | 11001101 | 1111 | 101011 |
Color Harmonies of #5E717F
Complementary color
Monochromatic Colors of #5E717F
Black with #5E717F
Text Example
Text Example
White with #5E717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E717F; }
p { color: rgb(94,113,127); }
H1.HeaderClassName
{
color: #5E717F;
}
.AnyTagClassName
{
color: #5E717F;
}
</style>
background-color css
<style>
a { background-color: #5E717F; }
a { background-color: rgb(94,113,127); }
div.DivClassName
{
background-color: #5E717F;
}
.BgClassName
{
background-color: #5E717F;
}
</style>
border-color css
<style>
span { border-color: #5E717F; }
span { border-color: rgb(94,113,127); }
td.TdClassName
{
border-color: #5E717F;
}
.TagClassName
{
border-color: #5E717F;
}
</style>