Shades of Blue Bayoux #55737A
Tints of Blue Bayoux #55737A
RGB
CMYK
RGB Variations
Color information
#55737A (or 0x55737A) is known color: Blue Bayoux. HEX triplet: 55, 73 and 7A. RGB value is (85,115,122). Sum of RGB (Red+Green+Blue) = 85+115+122=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #55737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55737A is #AA8C85. Grayscale: #6A6A6A. Windows color (decimal): -11177094 or 8024917. OLE color: 8024917.
HSL color Cylindrical-coordinate representation of color #55737A: hue angle of 191.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55737A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 115 | 122 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.52 |
| HSL | 191.35º | 0.18% | 0.41% | - |
| HSV(B) | 191.35º | 0.3% | 0.48% | - |
| XYZ | 13.39 | 15.6 | 20.72 | - |
| YUV | 106.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 122 | 0.30 | 0.06 | 0 | 0.52 | 191.35 | 0.18 | 0.41 |
| Hex | 55 | 73 | 7A | 1E | 6 | 0 | 34 | BF | 12 | 29 |
| Octal | 125 | 163 | 172 | 36 | 6 | 0 | 64 | 277 | 22 | 51 |
| Binary | 1010101 | 1110011 | 1111010 | 11110 | 110 | 0 | 110100 | 10111111 | 10010 | 101001 |
Color Harmonies of #55737A
Complementary color
Monochromatic Colors of #55737A
Black with #55737A
Text Example
Text Example
White with #55737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55737A; }
p { color: rgb(85,115,122); }
H1.HeaderClassName
{
color: #55737A;
}
.AnyTagClassName
{
color: #55737A;
}
</style>
background-color css
<style>
a { background-color: #55737A; }
a { background-color: rgb(85,115,122); }
div.DivClassName
{
background-color: #55737A;
}
.BgClassName
{
background-color: #55737A;
}
</style>
border-color css
<style>
span { border-color: #55737A; }
span { border-color: rgb(85,115,122); }
td.TdClassName
{
border-color: #55737A;
}
.TagClassName
{
border-color: #55737A;
}
</style>