Shades of Blue Bayoux #57767C
Tints of Blue Bayoux #57767C
RGB
CMYK
RGB Variations
Color information
#57767C (or 0x57767C) is known color: Blue Bayoux. HEX triplet: 57, 76 and 7C. RGB value is (87,118,124). Sum of RGB (Red+Green+Blue) = 87+118+124=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #57767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57767C is #A88983. Grayscale: #6D6D6D. Windows color (decimal): -11045252 or 8156759. OLE color: 8156759.
HSL color Cylindrical-coordinate representation of color #57767C: hue angle of 189.73º 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 #57767C is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 118 | 124 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.51 |
| HSL | 189.73º | 0.18% | 0.41% | - |
| HSV(B) | 189.73º | 0.3% | 0.49% | - |
| XYZ | 14.05 | 16.44 | 21.5 | - |
| YUV | 109.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 118 | 124 | 0.30 | 0.05 | 0 | 0.51 | 189.73 | 0.18 | 0.41 |
| Hex | 57 | 76 | 7C | 1E | 5 | 0 | 33 | BE | 12 | 29 |
| Octal | 127 | 166 | 174 | 36 | 5 | 0 | 63 | 276 | 22 | 51 |
| Binary | 1010111 | 1110110 | 1111100 | 11110 | 101 | 0 | 110011 | 10111110 | 10010 | 101001 |
Color Harmonies of #57767C
Complementary color
Monochromatic Colors of #57767C
Black with #57767C
Text Example
Text Example
White with #57767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57767C; }
p { color: rgb(87,118,124); }
H1.HeaderClassName
{
color: #57767C;
}
.AnyTagClassName
{
color: #57767C;
}
</style>
background-color css
<style>
a { background-color: #57767C; }
a { background-color: rgb(87,118,124); }
div.DivClassName
{
background-color: #57767C;
}
.BgClassName
{
background-color: #57767C;
}
</style>
border-color css
<style>
span { border-color: #57767C; }
span { border-color: rgb(87,118,124); }
td.TdClassName
{
border-color: #57767C;
}
.TagClassName
{
border-color: #57767C;
}
</style>