Shades of Blue Bayoux #57737B
Tints of Blue Bayoux #57737B
RGB
CMYK
RGB Variations
Color information
#57737B (or 0x57737B) is known color: Blue Bayoux. HEX triplet: 57, 73 and 7B. RGB value is (87,115,123). Sum of RGB (Red+Green+Blue) = 87+115+123=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #57737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57737B is #A88C84. Grayscale: #6B6B6B. Windows color (decimal): -11046021 or 8090455. OLE color: 8090455.
HSL color Cylindrical-coordinate representation of color #57737B: hue angle of 193.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 #57737B is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 115 | 123 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.52 |
| HSL | 193.33º | 0.17% | 0.41% | - |
| HSV(B) | 193.33º | 0.29% | 0.48% | - |
| XYZ | 13.64 | 15.72 | 21.05 | - |
| YUV | 107.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 123 | 0.29 | 0.07 | 0 | 0.52 | 193.33 | 0.17 | 0.41 |
| Hex | 57 | 73 | 7B | 1D | 7 | 0 | 34 | C1 | 11 | 29 |
| Octal | 127 | 163 | 173 | 35 | 7 | 0 | 64 | 301 | 21 | 51 |
| Binary | 1010111 | 1110011 | 1111011 | 11101 | 111 | 0 | 110100 | 11000001 | 10001 | 101001 |
Color Harmonies of #57737B
Complementary color
Monochromatic Colors of #57737B
Black with #57737B
Text Example
Text Example
White with #57737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57737B; }
p { color: rgb(87,115,123); }
H1.HeaderClassName
{
color: #57737B;
}
.AnyTagClassName
{
color: #57737B;
}
</style>
background-color css
<style>
a { background-color: #57737B; }
a { background-color: rgb(87,115,123); }
div.DivClassName
{
background-color: #57737B;
}
.BgClassName
{
background-color: #57737B;
}
</style>
border-color css
<style>
span { border-color: #57737B; }
span { border-color: rgb(87,115,123); }
td.TdClassName
{
border-color: #57737B;
}
.TagClassName
{
border-color: #57737B;
}
</style>