Shades of Blue Bayoux #55787E
Tints of Blue Bayoux #55787E
RGB
CMYK
RGB Variations
Color information
#55787E (or 0x55787E) is known color: Blue Bayoux. HEX triplet: 55, 78 and 7E. RGB value is (85,120,126). Sum of RGB (Red+Green+Blue) = 85+120+126=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #55787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55787E is #AA8781. Grayscale: #6E6E6E. Windows color (decimal): -11175810 or 8288341. OLE color: 8288341.
HSL color Cylindrical-coordinate representation of color #55787E: hue angle of 188.78º 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 #55787E is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 120 | 126 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.51 |
| HSL | 188.78º | 0.19% | 0.41% | - |
| HSV(B) | 188.78º | 0.33% | 0.49% | - |
| XYZ | 14.23 | 16.87 | 22.25 | - |
| YUV | 110.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 126 | 0.33 | 0.05 | 0 | 0.51 | 188.78 | 0.19 | 0.41 |
| Hex | 55 | 78 | 7E | 21 | 5 | 0 | 33 | BD | 13 | 29 |
| Octal | 125 | 170 | 176 | 41 | 5 | 0 | 63 | 275 | 23 | 51 |
| Binary | 1010101 | 1111000 | 1111110 | 100001 | 101 | 0 | 110011 | 10111101 | 10011 | 101001 |
Color Harmonies of #55787E
Complementary color
Monochromatic Colors of #55787E
Black with #55787E
Text Example
Text Example
White with #55787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55787E; }
p { color: rgb(85,120,126); }
H1.HeaderClassName
{
color: #55787E;
}
.AnyTagClassName
{
color: #55787E;
}
</style>
background-color css
<style>
a { background-color: #55787E; }
a { background-color: rgb(85,120,126); }
div.DivClassName
{
background-color: #55787E;
}
.BgClassName
{
background-color: #55787E;
}
</style>
border-color css
<style>
span { border-color: #55787E; }
span { border-color: rgb(85,120,126); }
td.TdClassName
{
border-color: #55787E;
}
.TagClassName
{
border-color: #55787E;
}
</style>