Shades of Blue Bayoux #557881
Tints of Blue Bayoux #557881
RGB
CMYK
RGB Variations
Color information
#557881 (or 0x557881) is known color: Blue Bayoux. HEX triplet: 55, 78 and 81. RGB value is (85,120,129). Sum of RGB (Red+Green+Blue) = 85+120+129=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 129 - color contains mainly: blue. Hex color #557881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557881 is #AA877E. Grayscale: #6E6E6E. Windows color (decimal): -11175807 or 8484949. OLE color: 8484949.
HSL color Cylindrical-coordinate representation of color #557881: hue angle of 192.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557881 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 120 | 129 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.49 |
| HSL | 192.27º | 0.21% | 0.42% | - |
| HSV(B) | 192.27º | 0.34% | 0.51% | - |
| XYZ | 14.43 | 16.95 | 23.28 | - |
| YUV | 110.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 129 | 0.34 | 0.07 | 0 | 0.49 | 192.27 | 0.21 | 0.42 |
| Hex | 55 | 78 | 81 | 22 | 7 | 0 | 31 | C0 | 15 | 2A |
| Octal | 125 | 170 | 201 | 42 | 7 | 0 | 61 | 300 | 25 | 52 |
| Binary | 1010101 | 1111000 | 10000001 | 100010 | 111 | 0 | 110001 | 11000000 | 10101 | 101010 |
Color Harmonies of #557881
Complementary color
Monochromatic Colors of #557881
Black with #557881
Text Example
Text Example
White with #557881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557881; }
p { color: rgb(85,120,129); }
H1.HeaderClassName
{
color: #557881;
}
.AnyTagClassName
{
color: #557881;
}
</style>
background-color css
<style>
a { background-color: #557881; }
a { background-color: rgb(85,120,129); }
div.DivClassName
{
background-color: #557881;
}
.BgClassName
{
background-color: #557881;
}
</style>
border-color css
<style>
span { border-color: #557881; }
span { border-color: rgb(85,120,129); }
td.TdClassName
{
border-color: #557881;
}
.TagClassName
{
border-color: #557881;
}
</style>