Shades of Blue Bayoux #55737C
Tints of Blue Bayoux #55737C
RGB
CMYK
RGB Variations
Color information
#55737C (or 0x55737C) is known color: Blue Bayoux. HEX triplet: 55, 73 and 7C. RGB value is (85,115,124). Sum of RGB (Red+Green+Blue) = 85+115+124=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #55737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55737C is #AA8C83. Grayscale: #6A6A6A. Windows color (decimal): -11177092 or 8155989. OLE color: 8155989.
HSL color Cylindrical-coordinate representation of color #55737C: hue angle of 193.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55737C is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 115 | 124 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.51 |
| HSL | 193.85º | 0.19% | 0.41% | - |
| HSV(B) | 193.85º | 0.31% | 0.49% | - |
| XYZ | 13.52 | 15.65 | 21.38 | - |
| YUV | 107.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 124 | 0.31 | 0.07 | 0 | 0.51 | 193.85 | 0.19 | 0.41 |
| Hex | 55 | 73 | 7C | 1F | 7 | 0 | 33 | C2 | 13 | 29 |
| Octal | 125 | 163 | 174 | 37 | 7 | 0 | 63 | 302 | 23 | 51 |
| Binary | 1010101 | 1110011 | 1111100 | 11111 | 111 | 0 | 110011 | 11000010 | 10011 | 101001 |
Color Harmonies of #55737C
Complementary color
Monochromatic Colors of #55737C
Black with #55737C
Text Example
Text Example
White with #55737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55737C; }
p { color: rgb(85,115,124); }
H1.HeaderClassName
{
color: #55737C;
}
.AnyTagClassName
{
color: #55737C;
}
</style>
background-color css
<style>
a { background-color: #55737C; }
a { background-color: rgb(85,115,124); }
div.DivClassName
{
background-color: #55737C;
}
.BgClassName
{
background-color: #55737C;
}
</style>
border-color css
<style>
span { border-color: #55737C; }
span { border-color: rgb(85,115,124); }
td.TdClassName
{
border-color: #55737C;
}
.TagClassName
{
border-color: #55737C;
}
</style>