Shades of Blue Bayoux #57707F
Tints of Blue Bayoux #57707F
RGB
CMYK
RGB Variations
Color information
#57707F (or 0x57707F) is known color: Blue Bayoux. HEX triplet: 57, 70 and 7F. RGB value is (87,112,127). Sum of RGB (Red+Green+Blue) = 87+112+127=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #57707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707F is #A88F80. Grayscale: #6A6A6A. Windows color (decimal): -11046785 or 8351831. OLE color: 8351831.
HSL color Cylindrical-coordinate representation of color #57707F: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57707F is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 112 | 127 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.50 |
| HSL | 202.5º | 0.19% | 0.42% | - |
| HSV(B) | 202.5º | 0.31% | 0.5% | - |
| XYZ | 13.56 | 15.15 | 22.29 | - |
| YUV | 106.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 127 | 0.31 | 0.12 | 0 | 0.50 | 202.5 | 0.19 | 0.42 |
| Hex | 57 | 70 | 7F | 1F | C | 0 | 32 | CA | 13 | 2A |
| Octal | 127 | 160 | 177 | 37 | 14 | 0 | 62 | 312 | 23 | 52 |
| Binary | 1010111 | 1110000 | 1111111 | 11111 | 1100 | 0 | 110010 | 11001010 | 10011 | 101010 |
Color Harmonies of #57707F
Complementary color
Monochromatic Colors of #57707F
Black with #57707F
Text Example
Text Example
White with #57707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57707F; }
p { color: rgb(87,112,127); }
H1.HeaderClassName
{
color: #57707F;
}
.AnyTagClassName
{
color: #57707F;
}
</style>
background-color css
<style>
a { background-color: #57707F; }
a { background-color: rgb(87,112,127); }
div.DivClassName
{
background-color: #57707F;
}
.BgClassName
{
background-color: #57707F;
}
</style>
border-color css
<style>
span { border-color: #57707F; }
span { border-color: rgb(87,112,127); }
td.TdClassName
{
border-color: #57707F;
}
.TagClassName
{
border-color: #57707F;
}
</style>