Shades of Blue Bayoux #57707B
Tints of Blue Bayoux #57707B
RGB
CMYK
RGB Variations
Color information
#57707B (or 0x57707B) is known color: Blue Bayoux. HEX triplet: 57, 70 and 7B. RGB value is (87,112,123). Sum of RGB (Red+Green+Blue) = 87+112+123=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #57707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707B is #A88F84. Grayscale: #696969. Windows color (decimal): -11046789 or 8089687. OLE color: 8089687.
HSL color Cylindrical-coordinate representation of color #57707B: hue angle of 198.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57707B is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 112 | 123 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.52 |
| HSL | 198.33º | 0.17% | 0.41% | - |
| HSV(B) | 198.33º | 0.29% | 0.48% | - |
| XYZ | 13.3 | 15.04 | 20.94 | - |
| YUV | 105.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 123 | 0.29 | 0.09 | 0 | 0.52 | 198.33 | 0.17 | 0.41 |
| Hex | 57 | 70 | 7B | 1D | 9 | 0 | 34 | C6 | 11 | 29 |
| Octal | 127 | 160 | 173 | 35 | 11 | 0 | 64 | 306 | 21 | 51 |
| Binary | 1010111 | 1110000 | 1111011 | 11101 | 1001 | 0 | 110100 | 11000110 | 10001 | 101001 |
Color Harmonies of #57707B
Complementary color
Monochromatic Colors of #57707B
Black with #57707B
Text Example
Text Example
White with #57707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57707B; }
p { color: rgb(87,112,123); }
H1.HeaderClassName
{
color: #57707B;
}
.AnyTagClassName
{
color: #57707B;
}
</style>
background-color css
<style>
a { background-color: #57707B; }
a { background-color: rgb(87,112,123); }
div.DivClassName
{
background-color: #57707B;
}
.BgClassName
{
background-color: #57707B;
}
</style>
border-color css
<style>
span { border-color: #57707B; }
span { border-color: rgb(87,112,123); }
td.TdClassName
{
border-color: #57707B;
}
.TagClassName
{
border-color: #57707B;
}
</style>