Shades of Blue Bayoux #55777D
Tints of Blue Bayoux #55777D
RGB
CMYK
RGB Variations
Color information
#55777D (or 0x55777D) is known color: Blue Bayoux. HEX triplet: 55, 77 and 7D. RGB value is (85,119,125). Sum of RGB (Red+Green+Blue) = 85+119+125=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #55777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55777D is #AA8882. Grayscale: #6D6D6D. Windows color (decimal): -11176067 or 8222549. OLE color: 8222549.
HSL color Cylindrical-coordinate representation of color #55777D: hue angle of 189º 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 #55777D is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 119 | 125 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.51 |
| HSL | 189º | 0.19% | 0.41% | - |
| HSV(B) | 189º | 0.32% | 0.49% | - |
| XYZ | 14.04 | 16.61 | 21.87 | - |
| YUV | 109.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 125 | 0.32 | 0.05 | 0 | 0.51 | 189 | 0.19 | 0.41 |
| Hex | 55 | 77 | 7D | 20 | 5 | 0 | 33 | BD | 13 | 29 |
| Octal | 125 | 167 | 175 | 40 | 5 | 0 | 63 | 275 | 23 | 51 |
| Binary | 1010101 | 1110111 | 1111101 | 100000 | 101 | 0 | 110011 | 10111101 | 10011 | 101001 |
Color Harmonies of #55777D
Complementary color
Monochromatic Colors of #55777D
Black with #55777D
Text Example
Text Example
White with #55777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55777D; }
p { color: rgb(85,119,125); }
H1.HeaderClassName
{
color: #55777D;
}
.AnyTagClassName
{
color: #55777D;
}
</style>
background-color css
<style>
a { background-color: #55777D; }
a { background-color: rgb(85,119,125); }
div.DivClassName
{
background-color: #55777D;
}
.BgClassName
{
background-color: #55777D;
}
</style>
border-color css
<style>
span { border-color: #55777D; }
span { border-color: rgb(85,119,125); }
td.TdClassName
{
border-color: #55777D;
}
.TagClassName
{
border-color: #55777D;
}
</style>