Shades of Blue Bayoux #5E737F
Tints of Blue Bayoux #5E737F
RGB
CMYK
RGB Variations
Color information
#5E737F (or 0x5E737F) is known color: Blue Bayoux. HEX triplet: 5E, 73 and 7F. RGB value is (94,115,127). Sum of RGB (Red+Green+Blue) = 94+115+127=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E737F is #A18C80. Grayscale: #6E6E6E. Windows color (decimal): -10587265 or 8352606. OLE color: 8352606.
HSL color Cylindrical-coordinate representation of color #5E737F: hue angle of 201.82º 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 #5E737F is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 115 | 127 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.50 |
| HSL | 201.82º | 0.15% | 0.43% | - |
| HSV(B) | 201.82º | 0.26% | 0.5% | - |
| XYZ | 14.58 | 16.17 | 22.43 | - |
| YUV | 110.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 127 | 0.26 | 0.09 | 0 | 0.50 | 201.82 | 0.15 | 0.43 |
| Hex | 5E | 73 | 7F | 1A | 9 | 0 | 32 | CA | F | 2B |
| Octal | 136 | 163 | 177 | 32 | 11 | 0 | 62 | 312 | 17 | 53 |
| Binary | 1011110 | 1110011 | 1111111 | 11010 | 1001 | 0 | 110010 | 11001010 | 1111 | 101011 |
Color Harmonies of #5E737F
Complementary color
Monochromatic Colors of #5E737F
Black with #5E737F
Text Example
Text Example
White with #5E737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E737F; }
p { color: rgb(94,115,127); }
H1.HeaderClassName
{
color: #5E737F;
}
.AnyTagClassName
{
color: #5E737F;
}
</style>
background-color css
<style>
a { background-color: #5E737F; }
a { background-color: rgb(94,115,127); }
div.DivClassName
{
background-color: #5E737F;
}
.BgClassName
{
background-color: #5E737F;
}
</style>
border-color css
<style>
span { border-color: #5E737F; }
span { border-color: rgb(94,115,127); }
td.TdClassName
{
border-color: #5E737F;
}
.TagClassName
{
border-color: #5E737F;
}
</style>