Shades of Blue Bayoux #57707C
Tints of Blue Bayoux #57707C
RGB
CMYK
RGB Variations
Color information
#57707C (or 0x57707C) is known color: Blue Bayoux. HEX triplet: 57, 70 and 7C. RGB value is (87,112,124). Sum of RGB (Red+Green+Blue) = 87+112+124=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #57707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707C is #A88F83. Grayscale: #696969. Windows color (decimal): -11046788 or 8155223. OLE color: 8155223.
HSL color Cylindrical-coordinate representation of color #57707C: hue angle of 199.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57707C is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 112 | 124 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.51 |
| HSL | 199.46º | 0.18% | 0.41% | - |
| HSV(B) | 199.46º | 0.3% | 0.49% | - |
| XYZ | 13.36 | 15.07 | 21.27 | - |
| YUV | 105.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 124 | 0.30 | 0.10 | 0 | 0.51 | 199.46 | 0.18 | 0.41 |
| Hex | 57 | 70 | 7C | 1E | A | 0 | 33 | C7 | 12 | 29 |
| Octal | 127 | 160 | 174 | 36 | 12 | 0 | 63 | 307 | 22 | 51 |
| Binary | 1010111 | 1110000 | 1111100 | 11110 | 1010 | 0 | 110011 | 11000111 | 10010 | 101001 |
Color Harmonies of #57707C
Complementary color
Monochromatic Colors of #57707C
Black with #57707C
Text Example
Text Example
White with #57707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57707C; }
p { color: rgb(87,112,124); }
H1.HeaderClassName
{
color: #57707C;
}
.AnyTagClassName
{
color: #57707C;
}
</style>
background-color css
<style>
a { background-color: #57707C; }
a { background-color: rgb(87,112,124); }
div.DivClassName
{
background-color: #57707C;
}
.BgClassName
{
background-color: #57707C;
}
</style>
border-color css
<style>
span { border-color: #57707C; }
span { border-color: rgb(87,112,124); }
td.TdClassName
{
border-color: #57707C;
}
.TagClassName
{
border-color: #57707C;
}
</style>