Shades of Blue Bayoux #5E747E
Tints of Blue Bayoux #5E747E
RGB
CMYK
RGB Variations
Color information
#5E747E (or 0x5E747E) is known color: Blue Bayoux. HEX triplet: 5E, 74 and 7E. RGB value is (94,116,126). Sum of RGB (Red+Green+Blue) = 94+116+126=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E747E is #A18B81. Grayscale: #6E6E6E. Windows color (decimal): -10587010 or 8287326. OLE color: 8287326.
HSL color Cylindrical-coordinate representation of color #5E747E: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E747E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 116 | 126 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.51 |
| HSL | 198.75º | 0.15% | 0.43% | - |
| HSV(B) | 198.75º | 0.25% | 0.49% | - |
| XYZ | 14.63 | 16.38 | 22.13 | - |
| YUV | 110.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 126 | 0.25 | 0.08 | 0 | 0.51 | 198.75 | 0.15 | 0.43 |
| Hex | 5E | 74 | 7E | 19 | 8 | 0 | 33 | C7 | F | 2B |
| Octal | 136 | 164 | 176 | 31 | 10 | 0 | 63 | 307 | 17 | 53 |
| Binary | 1011110 | 1110100 | 1111110 | 11001 | 1000 | 0 | 110011 | 11000111 | 1111 | 101011 |
Color Harmonies of #5E747E
Complementary color
Monochromatic Colors of #5E747E
Black with #5E747E
Text Example
Text Example
White with #5E747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E747E; }
p { color: rgb(94,116,126); }
H1.HeaderClassName
{
color: #5E747E;
}
.AnyTagClassName
{
color: #5E747E;
}
</style>
background-color css
<style>
a { background-color: #5E747E; }
a { background-color: rgb(94,116,126); }
div.DivClassName
{
background-color: #5E747E;
}
.BgClassName
{
background-color: #5E747E;
}
</style>
border-color css
<style>
span { border-color: #5E747E; }
span { border-color: rgb(94,116,126); }
td.TdClassName
{
border-color: #5E747E;
}
.TagClassName
{
border-color: #5E747E;
}
</style>