Shades of Blue Bayoux #57737E
Tints of Blue Bayoux #57737E
RGB
CMYK
RGB Variations
Color information
#57737E (or 0x57737E) is known color: Blue Bayoux. HEX triplet: 57, 73 and 7E. RGB value is (87,115,126). Sum of RGB (Red+Green+Blue) = 87+115+126=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #57737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57737E is #A88C81. Grayscale: #6B6B6B. Windows color (decimal): -11046018 or 8287063. OLE color: 8287063.
HSL color Cylindrical-coordinate representation of color #57737E: hue angle of 196.92º 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 #57737E is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 115 | 126 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.51 |
| HSL | 196.92º | 0.18% | 0.42% | - |
| HSV(B) | 196.92º | 0.31% | 0.49% | - |
| XYZ | 13.83 | 15.79 | 22.06 | - |
| YUV | 107.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 126 | 0.31 | 0.09 | 0 | 0.51 | 196.92 | 0.18 | 0.42 |
| Hex | 57 | 73 | 7E | 1F | 9 | 0 | 33 | C5 | 12 | 2A |
| Octal | 127 | 163 | 176 | 37 | 11 | 0 | 63 | 305 | 22 | 52 |
| Binary | 1010111 | 1110011 | 1111110 | 11111 | 1001 | 0 | 110011 | 11000101 | 10010 | 101010 |
Color Harmonies of #57737E
Complementary color
Monochromatic Colors of #57737E
Black with #57737E
Text Example
Text Example
White with #57737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57737E; }
p { color: rgb(87,115,126); }
H1.HeaderClassName
{
color: #57737E;
}
.AnyTagClassName
{
color: #57737E;
}
</style>
background-color css
<style>
a { background-color: #57737E; }
a { background-color: rgb(87,115,126); }
div.DivClassName
{
background-color: #57737E;
}
.BgClassName
{
background-color: #57737E;
}
</style>
border-color css
<style>
span { border-color: #57737E; }
span { border-color: rgb(87,115,126); }
td.TdClassName
{
border-color: #57737E;
}
.TagClassName
{
border-color: #57737E;
}
</style>