Shades of Blue Bayoux #5D747C
Tints of Blue Bayoux #5D747C
RGB
CMYK
RGB Variations
Color information
#5D747C (or 0x5D747C) is known color: Blue Bayoux. HEX triplet: 5D, 74 and 7C. RGB value is (93,116,124). Sum of RGB (Red+Green+Blue) = 93+116+124=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D747C is #A28B83. Grayscale: #6D6D6D. Windows color (decimal): -10652548 or 8156253. OLE color: 8156253.
HSL color Cylindrical-coordinate representation of color #5D747C: hue angle of 195.48º degrees, saturation: 0.14, 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 #5D747C is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 116 | 124 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.51 |
| HSL | 195.48º | 0.14% | 0.43% | - |
| HSV(B) | 195.48º | 0.25% | 0.49% | - |
| XYZ | 14.4 | 16.27 | 21.45 | - |
| YUV | 110.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 124 | 0.25 | 0.06 | 0 | 0.51 | 195.48 | 0.14 | 0.43 |
| Hex | 5D | 74 | 7C | 19 | 6 | 0 | 33 | C3 | E | 2B |
| Octal | 135 | 164 | 174 | 31 | 6 | 0 | 63 | 303 | 16 | 53 |
| Binary | 1011101 | 1110100 | 1111100 | 11001 | 110 | 0 | 110011 | 11000011 | 1110 | 101011 |
Color Harmonies of #5D747C
Complementary color
Monochromatic Colors of #5D747C
Black with #5D747C
Text Example
Text Example
White with #5D747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D747C; }
p { color: rgb(93,116,124); }
H1.HeaderClassName
{
color: #5D747C;
}
.AnyTagClassName
{
color: #5D747C;
}
</style>
background-color css
<style>
a { background-color: #5D747C; }
a { background-color: rgb(93,116,124); }
div.DivClassName
{
background-color: #5D747C;
}
.BgClassName
{
background-color: #5D747C;
}
</style>
border-color css
<style>
span { border-color: #5D747C; }
span { border-color: rgb(93,116,124); }
td.TdClassName
{
border-color: #5D747C;
}
.TagClassName
{
border-color: #5D747C;
}
</style>