Shades of Blue Bayoux #57727B
Tints of Blue Bayoux #57727B
RGB
CMYK
RGB Variations
Color information
#57727B (or 0x57727B) is known color: Blue Bayoux. HEX triplet: 57, 72 and 7B. RGB value is (87,114,123). Sum of RGB (Red+Green+Blue) = 87+114+123=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #57727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57727B is #A88D84. Grayscale: #6A6A6A. Windows color (decimal): -11046277 or 8090199. OLE color: 8090199.
HSL color Cylindrical-coordinate representation of color #57727B: hue angle of 195º 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 #57727B is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 114 | 123 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.52 |
| HSL | 195º | 0.17% | 0.41% | - |
| HSV(B) | 195º | 0.29% | 0.48% | - |
| XYZ | 13.52 | 15.49 | 21.02 | - |
| YUV | 106.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 123 | 0.29 | 0.07 | 0 | 0.52 | 195 | 0.17 | 0.41 |
| Hex | 57 | 72 | 7B | 1D | 7 | 0 | 34 | C3 | 11 | 29 |
| Octal | 127 | 162 | 173 | 35 | 7 | 0 | 64 | 303 | 21 | 51 |
| Binary | 1010111 | 1110010 | 1111011 | 11101 | 111 | 0 | 110100 | 11000011 | 10001 | 101001 |
Color Harmonies of #57727B
Complementary color
Monochromatic Colors of #57727B
Black with #57727B
Text Example
Text Example
White with #57727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57727B; }
p { color: rgb(87,114,123); }
H1.HeaderClassName
{
color: #57727B;
}
.AnyTagClassName
{
color: #57727B;
}
</style>
background-color css
<style>
a { background-color: #57727B; }
a { background-color: rgb(87,114,123); }
div.DivClassName
{
background-color: #57727B;
}
.BgClassName
{
background-color: #57727B;
}
</style>
border-color css
<style>
span { border-color: #57727B; }
span { border-color: rgb(87,114,123); }
td.TdClassName
{
border-color: #57727B;
}
.TagClassName
{
border-color: #57727B;
}
</style>