Shades of Blue Bayoux #577A7E
Tints of Blue Bayoux #577A7E
RGB
CMYK
RGB Variations
Color information
#577A7E (or 0x577A7E) is known color: Blue Bayoux. HEX triplet: 57, 7A and 7E. RGB value is (87,122,126). Sum of RGB (Red+Green+Blue) = 87+122+126=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #577A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A7E is #A88581. Grayscale: #6F6F6F. Windows color (decimal): -11044226 or 8288855. OLE color: 8288855.
HSL color Cylindrical-coordinate representation of color #577A7E: hue angle of 186.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577A7E is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 122 | 126 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.51 |
| HSL | 186.15º | 0.18% | 0.42% | - |
| HSV(B) | 186.15º | 0.31% | 0.49% | - |
| XYZ | 14.66 | 17.45 | 22.33 | - |
| YUV | 111.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 126 | 0.31 | 0.03 | 0 | 0.51 | 186.15 | 0.18 | 0.42 |
| Hex | 57 | 7A | 7E | 1F | 3 | 0 | 33 | BA | 12 | 2A |
| Octal | 127 | 172 | 176 | 37 | 3 | 0 | 63 | 272 | 22 | 52 |
| Binary | 1010111 | 1111010 | 1111110 | 11111 | 11 | 0 | 110011 | 10111010 | 10010 | 101010 |
Color Harmonies of #577A7E
Complementary color
Monochromatic Colors of #577A7E
Black with #577A7E
Text Example
Text Example
White with #577A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A7E; }
p { color: rgb(87,122,126); }
H1.HeaderClassName
{
color: #577A7E;
}
.AnyTagClassName
{
color: #577A7E;
}
</style>
background-color css
<style>
a { background-color: #577A7E; }
a { background-color: rgb(87,122,126); }
div.DivClassName
{
background-color: #577A7E;
}
.BgClassName
{
background-color: #577A7E;
}
</style>
border-color css
<style>
span { border-color: #577A7E; }
span { border-color: rgb(87,122,126); }
td.TdClassName
{
border-color: #577A7E;
}
.TagClassName
{
border-color: #577A7E;
}
</style>