Shades of Blue Bayoux #57707E
Tints of Blue Bayoux #57707E
RGB
CMYK
RGB Variations
Color information
#57707E (or 0x57707E) is known color: Blue Bayoux. HEX triplet: 57, 70 and 7E. RGB value is (87,112,126). Sum of RGB (Red+Green+Blue) = 87+112+126=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #57707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707E is #A88F81. Grayscale: #6A6A6A. Windows color (decimal): -11046786 or 8286295. OLE color: 8286295.
HSL color Cylindrical-coordinate representation of color #57707E: hue angle of 201.54º 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 #57707E is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 112 | 126 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.51 |
| HSL | 201.54º | 0.18% | 0.42% | - |
| HSV(B) | 201.54º | 0.31% | 0.49% | - |
| XYZ | 13.49 | 15.12 | 21.95 | - |
| YUV | 106.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 126 | 0.31 | 0.11 | 0 | 0.51 | 201.54 | 0.18 | 0.42 |
| Hex | 57 | 70 | 7E | 1F | B | 0 | 33 | CA | 12 | 2A |
| Octal | 127 | 160 | 176 | 37 | 13 | 0 | 63 | 312 | 22 | 52 |
| Binary | 1010111 | 1110000 | 1111110 | 11111 | 1011 | 0 | 110011 | 11001010 | 10010 | 101010 |
Color Harmonies of #57707E
Complementary color
Monochromatic Colors of #57707E
Black with #57707E
Text Example
Text Example
White with #57707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57707E; }
p { color: rgb(87,112,126); }
H1.HeaderClassName
{
color: #57707E;
}
.AnyTagClassName
{
color: #57707E;
}
</style>
background-color css
<style>
a { background-color: #57707E; }
a { background-color: rgb(87,112,126); }
div.DivClassName
{
background-color: #57707E;
}
.BgClassName
{
background-color: #57707E;
}
</style>
border-color css
<style>
span { border-color: #57707E; }
span { border-color: rgb(87,112,126); }
td.TdClassName
{
border-color: #57707E;
}
.TagClassName
{
border-color: #57707E;
}
</style>