Shades of Blue Bayoux #557380
Tints of Blue Bayoux #557380
RGB
CMYK
RGB Variations
Color information
#557380 (or 0x557380) is known color: Blue Bayoux. HEX triplet: 55, 73 and 80. RGB value is (85,115,128). Sum of RGB (Red+Green+Blue) = 85+115+128=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #557380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557380 is #AA8C7F. Grayscale: #6B6B6B. Windows color (decimal): -11177088 or 8418133. OLE color: 8418133.
HSL color Cylindrical-coordinate representation of color #557380: hue angle of 198.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557380 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 115 | 128 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.50 |
| HSL | 198.14º | 0.2% | 0.42% | - |
| HSV(B) | 198.14º | 0.34% | 0.5% | - |
| XYZ | 13.77 | 15.75 | 22.74 | - |
| YUV | 107.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 128 | 0.34 | 0.10 | 0 | 0.50 | 198.14 | 0.2 | 0.42 |
| Hex | 55 | 73 | 80 | 22 | A | 0 | 32 | C6 | 14 | 2A |
| Octal | 125 | 163 | 200 | 42 | 12 | 0 | 62 | 306 | 24 | 52 |
| Binary | 1010101 | 1110011 | 10000000 | 100010 | 1010 | 0 | 110010 | 11000110 | 10100 | 101010 |
Color Harmonies of #557380
Complementary color
Monochromatic Colors of #557380
Black with #557380
Text Example
Text Example
White with #557380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557380; }
p { color: rgb(85,115,128); }
H1.HeaderClassName
{
color: #557380;
}
.AnyTagClassName
{
color: #557380;
}
</style>
background-color css
<style>
a { background-color: #557380; }
a { background-color: rgb(85,115,128); }
div.DivClassName
{
background-color: #557380;
}
.BgClassName
{
background-color: #557380;
}
</style>
border-color css
<style>
span { border-color: #557380; }
span { border-color: rgb(85,115,128); }
td.TdClassName
{
border-color: #557380;
}
.TagClassName
{
border-color: #557380;
}
</style>