Shades of Blue Bayoux #5D747E
Tints of Blue Bayoux #5D747E
RGB
CMYK
RGB Variations
Color information
#5D747E (or 0x5D747E) is known color: Blue Bayoux. HEX triplet: 5D, 74 and 7E. RGB value is (93,116,126). Sum of RGB (Red+Green+Blue) = 93+116+126=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D747E is #A28B81. Grayscale: #6E6E6E. Windows color (decimal): -10652546 or 8287325. OLE color: 8287325.
HSL color Cylindrical-coordinate representation of color #5D747E: hue angle of 198.18º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D747E is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 116 | 126 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.51 |
| HSL | 198.18º | 0.15% | 0.43% | - |
| HSV(B) | 198.18º | 0.26% | 0.49% | - |
| XYZ | 14.53 | 16.32 | 22.12 | - |
| YUV | 110.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 126 | 0.26 | 0.08 | 0 | 0.51 | 198.18 | 0.15 | 0.43 |
| Hex | 5D | 74 | 7E | 1A | 8 | 0 | 33 | C6 | F | 2B |
| Octal | 135 | 164 | 176 | 32 | 10 | 0 | 63 | 306 | 17 | 53 |
| Binary | 1011101 | 1110100 | 1111110 | 11010 | 1000 | 0 | 110011 | 11000110 | 1111 | 101011 |
Color Harmonies of #5D747E
Complementary color
Monochromatic Colors of #5D747E
Black with #5D747E
Text Example
Text Example
White with #5D747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D747E; }
p { color: rgb(93,116,126); }
H1.HeaderClassName
{
color: #5D747E;
}
.AnyTagClassName
{
color: #5D747E;
}
</style>
background-color css
<style>
a { background-color: #5D747E; }
a { background-color: rgb(93,116,126); }
div.DivClassName
{
background-color: #5D747E;
}
.BgClassName
{
background-color: #5D747E;
}
</style>
border-color css
<style>
span { border-color: #5D747E; }
span { border-color: rgb(93,116,126); }
td.TdClassName
{
border-color: #5D747E;
}
.TagClassName
{
border-color: #5D747E;
}
</style>