Shades of Blue Bayoux #577179
Tints of Blue Bayoux #577179
RGB
CMYK
RGB Variations
Color information
#577179 (or 0x577179) is known color: Blue Bayoux. HEX triplet: 57, 71 and 79. RGB value is (87,113,121). Sum of RGB (Red+Green+Blue) = 87+113+121=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #577179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577179 is #A88E86. Grayscale: #6A6A6A. Windows color (decimal): -11046535 or 7958871. OLE color: 7958871.
HSL color Cylindrical-coordinate representation of color #577179: hue angle of 194.12º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #577179 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 113 | 121 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.53 |
| HSL | 194.12º | 0.16% | 0.41% | - |
| HSV(B) | 194.12º | 0.28% | 0.47% | - |
| XYZ | 13.29 | 15.22 | 20.33 | - |
| YUV | 106.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 121 | 0.28 | 0.07 | 0 | 0.53 | 194.12 | 0.16 | 0.41 |
| Hex | 57 | 71 | 79 | 1C | 7 | 0 | 35 | C2 | 10 | 29 |
| Octal | 127 | 161 | 171 | 34 | 7 | 0 | 65 | 302 | 20 | 51 |
| Binary | 1010111 | 1110001 | 1111001 | 11100 | 111 | 0 | 110101 | 11000010 | 10000 | 101001 |
Color Harmonies of #577179
Complementary color
Monochromatic Colors of #577179
Black with #577179
Text Example
Text Example
White with #577179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577179; }
p { color: rgb(87,113,121); }
H1.HeaderClassName
{
color: #577179;
}
.AnyTagClassName
{
color: #577179;
}
</style>
background-color css
<style>
a { background-color: #577179; }
a { background-color: rgb(87,113,121); }
div.DivClassName
{
background-color: #577179;
}
.BgClassName
{
background-color: #577179;
}
</style>
border-color css
<style>
span { border-color: #577179; }
span { border-color: rgb(87,113,121); }
td.TdClassName
{
border-color: #577179;
}
.TagClassName
{
border-color: #577179;
}
</style>