Shades of Blue Bayoux #55737E
Tints of Blue Bayoux #55737E
RGB
CMYK
RGB Variations
Color information
#55737E (or 0x55737E) is known color: Blue Bayoux. HEX triplet: 55, 73 and 7E. RGB value is (85,115,126). Sum of RGB (Red+Green+Blue) = 85+115+126=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #55737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55737E is #AA8C81. Grayscale: #6B6B6B. Windows color (decimal): -11177090 or 8287061. OLE color: 8287061.
HSL color Cylindrical-coordinate representation of color #55737E: hue angle of 196.1º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55737E is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 115 | 126 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.51 |
| HSL | 196.1º | 0.19% | 0.41% | - |
| HSV(B) | 196.1º | 0.33% | 0.49% | - |
| XYZ | 13.64 | 15.7 | 22.05 | - |
| YUV | 107.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 126 | 0.33 | 0.09 | 0 | 0.51 | 196.1 | 0.19 | 0.41 |
| Hex | 55 | 73 | 7E | 21 | 9 | 0 | 33 | C4 | 13 | 29 |
| Octal | 125 | 163 | 176 | 41 | 11 | 0 | 63 | 304 | 23 | 51 |
| Binary | 1010101 | 1110011 | 1111110 | 100001 | 1001 | 0 | 110011 | 11000100 | 10011 | 101001 |
Color Harmonies of #55737E
Complementary color
Monochromatic Colors of #55737E
Black with #55737E
Text Example
Text Example
White with #55737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55737E; }
p { color: rgb(85,115,126); }
H1.HeaderClassName
{
color: #55737E;
}
.AnyTagClassName
{
color: #55737E;
}
</style>
background-color css
<style>
a { background-color: #55737E; }
a { background-color: rgb(85,115,126); }
div.DivClassName
{
background-color: #55737E;
}
.BgClassName
{
background-color: #55737E;
}
</style>
border-color css
<style>
span { border-color: #55737E; }
span { border-color: rgb(85,115,126); }
td.TdClassName
{
border-color: #55737E;
}
.TagClassName
{
border-color: #55737E;
}
</style>