Shades of Blue Bayoux #577B81
Tints of Blue Bayoux #577B81
RGB
CMYK
RGB Variations
Color information
#577B81 (or 0x577B81) is known color: Blue Bayoux. HEX triplet: 57, 7B and 81. RGB value is (87,123,129). Sum of RGB (Red+Green+Blue) = 87+123+129=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #577B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B81 is #A8847E. Grayscale: #707070. Windows color (decimal): -11043967 or 8485719. OLE color: 8485719.
HSL color Cylindrical-coordinate representation of color #577B81: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577B81 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 123 | 129 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.49 |
| HSL | 188.57º | 0.19% | 0.42% | - |
| HSV(B) | 188.57º | 0.33% | 0.51% | - |
| XYZ | 14.98 | 17.78 | 23.41 | - |
| YUV | 112.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 129 | 0.33 | 0.05 | 0 | 0.49 | 188.57 | 0.19 | 0.42 |
| Hex | 57 | 7B | 81 | 21 | 5 | 0 | 31 | BD | 13 | 2A |
| Octal | 127 | 173 | 201 | 41 | 5 | 0 | 61 | 275 | 23 | 52 |
| Binary | 1010111 | 1111011 | 10000001 | 100001 | 101 | 0 | 110001 | 10111101 | 10011 | 101010 |
Color Harmonies of #577B81
Complementary color
Monochromatic Colors of #577B81
Black with #577B81
Text Example
Text Example
White with #577B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B81; }
p { color: rgb(87,123,129); }
H1.HeaderClassName
{
color: #577B81;
}
.AnyTagClassName
{
color: #577B81;
}
</style>
background-color css
<style>
a { background-color: #577B81; }
a { background-color: rgb(87,123,129); }
div.DivClassName
{
background-color: #577B81;
}
.BgClassName
{
background-color: #577B81;
}
</style>
border-color css
<style>
span { border-color: #577B81; }
span { border-color: rgb(87,123,129); }
td.TdClassName
{
border-color: #577B81;
}
.TagClassName
{
border-color: #577B81;
}
</style>