Shades of Blue Bayoux #57707D
Tints of Blue Bayoux #57707D
RGB
CMYK
RGB Variations
Color information
#57707D (or 0x57707D) is known color: Blue Bayoux. HEX triplet: 57, 70 and 7D. RGB value is (87,112,125). Sum of RGB (Red+Green+Blue) = 87+112+125=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #57707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707D is #A88F82. Grayscale: #696969. Windows color (decimal): -11046787 or 8220759. OLE color: 8220759.
HSL color Cylindrical-coordinate representation of color #57707D: hue angle of 200.53º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57707D is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 112 | 125 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.51 |
| HSL | 200.53º | 0.18% | 0.42% | - |
| HSV(B) | 200.53º | 0.3% | 0.49% | - |
| XYZ | 13.43 | 15.1 | 21.61 | - |
| YUV | 106.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 125 | 0.30 | 0.10 | 0 | 0.51 | 200.53 | 0.18 | 0.42 |
| Hex | 57 | 70 | 7D | 1E | A | 0 | 33 | C9 | 12 | 2A |
| Octal | 127 | 160 | 175 | 36 | 12 | 0 | 63 | 311 | 22 | 52 |
| Binary | 1010111 | 1110000 | 1111101 | 11110 | 1010 | 0 | 110011 | 11001001 | 10010 | 101010 |
Color Harmonies of #57707D
Complementary color
Monochromatic Colors of #57707D
Black with #57707D
Text Example
Text Example
White with #57707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57707D; }
p { color: rgb(87,112,125); }
H1.HeaderClassName
{
color: #57707D;
}
.AnyTagClassName
{
color: #57707D;
}
</style>
background-color css
<style>
a { background-color: #57707D; }
a { background-color: rgb(87,112,125); }
div.DivClassName
{
background-color: #57707D;
}
.BgClassName
{
background-color: #57707D;
}
</style>
border-color css
<style>
span { border-color: #57707D; }
span { border-color: rgb(87,112,125); }
td.TdClassName
{
border-color: #57707D;
}
.TagClassName
{
border-color: #57707D;
}
</style>