Shades of Blue Bayoux #557884
Tints of Blue Bayoux #557884
RGB
CMYK
RGB Variations
Color information
#557884 (or 0x557884) is known color: Blue Bayoux. HEX triplet: 55, 78 and 84. RGB value is (85,120,132). Sum of RGB (Red+Green+Blue) = 85+120+132=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #557884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557884 is #AA877B. Grayscale: #6E6E6E. Windows color (decimal): -11175804 or 8681557. OLE color: 8681557.
HSL color Cylindrical-coordinate representation of color #557884: hue angle of 195.32º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557884 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 120 | 132 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.48 |
| HSL | 195.32º | 0.22% | 0.43% | - |
| HSV(B) | 195.32º | 0.36% | 0.52% | - |
| XYZ | 14.63 | 17.03 | 24.35 | - |
| YUV | 110.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 132 | 0.36 | 0.09 | 0 | 0.48 | 195.32 | 0.22 | 0.43 |
| Hex | 55 | 78 | 84 | 24 | 9 | 0 | 30 | C3 | 16 | 2B |
| Octal | 125 | 170 | 204 | 44 | 11 | 0 | 60 | 303 | 26 | 53 |
| Binary | 1010101 | 1111000 | 10000100 | 100100 | 1001 | 0 | 110000 | 11000011 | 10110 | 101011 |
Color Harmonies of #557884
Complementary color
Monochromatic Colors of #557884
Black with #557884
Text Example
Text Example
White with #557884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557884; }
p { color: rgb(85,120,132); }
H1.HeaderClassName
{
color: #557884;
}
.AnyTagClassName
{
color: #557884;
}
</style>
background-color css
<style>
a { background-color: #557884; }
a { background-color: rgb(85,120,132); }
div.DivClassName
{
background-color: #557884;
}
.BgClassName
{
background-color: #557884;
}
</style>
border-color css
<style>
span { border-color: #557884; }
span { border-color: rgb(85,120,132); }
td.TdClassName
{
border-color: #557884;
}
.TagClassName
{
border-color: #557884;
}
</style>