Shades of Blue Bayoux #55747D
Tints of Blue Bayoux #55747D
RGB
CMYK
RGB Variations
Color information
#55747D (or 0x55747D) is known color: Blue Bayoux. HEX triplet: 55, 74 and 7D. RGB value is (85,116,125). Sum of RGB (Red+Green+Blue) = 85+116+125=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #55747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55747D is #AA8B82. Grayscale: #6B6B6B. Windows color (decimal): -11176835 or 8221781. OLE color: 8221781.
HSL color Cylindrical-coordinate representation of color #55747D: hue angle of 193.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55747D is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 116 | 125 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.51 |
| HSL | 193.5º | 0.19% | 0.41% | - |
| HSV(B) | 193.5º | 0.32% | 0.49% | - |
| XYZ | 13.69 | 15.9 | 21.75 | - |
| YUV | 107.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 125 | 0.32 | 0.07 | 0 | 0.51 | 193.5 | 0.19 | 0.41 |
| Hex | 55 | 74 | 7D | 20 | 7 | 0 | 33 | C2 | 13 | 29 |
| Octal | 125 | 164 | 175 | 40 | 7 | 0 | 63 | 302 | 23 | 51 |
| Binary | 1010101 | 1110100 | 1111101 | 100000 | 111 | 0 | 110011 | 11000010 | 10011 | 101001 |
Color Harmonies of #55747D
Complementary color
Monochromatic Colors of #55747D
Black with #55747D
Text Example
Text Example
White with #55747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55747D; }
p { color: rgb(85,116,125); }
H1.HeaderClassName
{
color: #55747D;
}
.AnyTagClassName
{
color: #55747D;
}
</style>
background-color css
<style>
a { background-color: #55747D; }
a { background-color: rgb(85,116,125); }
div.DivClassName
{
background-color: #55747D;
}
.BgClassName
{
background-color: #55747D;
}
</style>
border-color css
<style>
span { border-color: #55747D; }
span { border-color: rgb(85,116,125); }
td.TdClassName
{
border-color: #55747D;
}
.TagClassName
{
border-color: #55747D;
}
</style>