Shades of Blue Bayoux #57727D
Tints of Blue Bayoux #57727D
RGB
CMYK
RGB Variations
Color information
#57727D (or 0x57727D) is known color: Blue Bayoux. HEX triplet: 57, 72 and 7D. RGB value is (87,114,125). Sum of RGB (Red+Green+Blue) = 87+114+125=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #57727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57727D is #A88D82. Grayscale: #6B6B6B. Windows color (decimal): -11046275 or 8221271. OLE color: 8221271.
HSL color Cylindrical-coordinate representation of color #57727D: hue angle of 197.37º 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 #57727D is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 114 | 125 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.51 |
| HSL | 197.37º | 0.18% | 0.42% | - |
| HSV(B) | 197.37º | 0.3% | 0.49% | - |
| XYZ | 13.65 | 15.54 | 21.68 | - |
| YUV | 107.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 125 | 0.30 | 0.09 | 0 | 0.51 | 197.37 | 0.18 | 0.42 |
| Hex | 57 | 72 | 7D | 1E | 9 | 0 | 33 | C5 | 12 | 2A |
| Octal | 127 | 162 | 175 | 36 | 11 | 0 | 63 | 305 | 22 | 52 |
| Binary | 1010111 | 1110010 | 1111101 | 11110 | 1001 | 0 | 110011 | 11000101 | 10010 | 101010 |
Color Harmonies of #57727D
Complementary color
Monochromatic Colors of #57727D
Black with #57727D
Text Example
Text Example
White with #57727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57727D; }
p { color: rgb(87,114,125); }
H1.HeaderClassName
{
color: #57727D;
}
.AnyTagClassName
{
color: #57727D;
}
</style>
background-color css
<style>
a { background-color: #57727D; }
a { background-color: rgb(87,114,125); }
div.DivClassName
{
background-color: #57727D;
}
.BgClassName
{
background-color: #57727D;
}
</style>
border-color css
<style>
span { border-color: #57727D; }
span { border-color: rgb(87,114,125); }
td.TdClassName
{
border-color: #57727D;
}
.TagClassName
{
border-color: #57727D;
}
</style>