Shades of Blue Bayoux #55767F
Tints of Blue Bayoux #55767F
RGB
CMYK
RGB Variations
Color information
#55767F (or 0x55767F) is known color: Blue Bayoux. HEX triplet: 55, 76 and 7F. RGB value is (85,118,127). Sum of RGB (Red+Green+Blue) = 85+118+127=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #55767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55767F is #AA8980. Grayscale: #6D6D6D. Windows color (decimal): -11176321 or 8353365. OLE color: 8353365.
HSL color Cylindrical-coordinate representation of color #55767F: hue angle of 192.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55767F is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 118 | 127 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.50 |
| HSL | 192.86º | 0.2% | 0.42% | - |
| HSV(B) | 192.86º | 0.33% | 0.5% | - |
| XYZ | 14.06 | 16.42 | 22.51 | - |
| YUV | 109.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 127 | 0.33 | 0.07 | 0 | 0.50 | 192.86 | 0.2 | 0.42 |
| Hex | 55 | 76 | 7F | 21 | 7 | 0 | 32 | C1 | 14 | 2A |
| Octal | 125 | 166 | 177 | 41 | 7 | 0 | 62 | 301 | 24 | 52 |
| Binary | 1010101 | 1110110 | 1111111 | 100001 | 111 | 0 | 110010 | 11000001 | 10100 | 101010 |
Color Harmonies of #55767F
Complementary color
Monochromatic Colors of #55767F
Black with #55767F
Text Example
Text Example
White with #55767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55767F; }
p { color: rgb(85,118,127); }
H1.HeaderClassName
{
color: #55767F;
}
.AnyTagClassName
{
color: #55767F;
}
</style>
background-color css
<style>
a { background-color: #55767F; }
a { background-color: rgb(85,118,127); }
div.DivClassName
{
background-color: #55767F;
}
.BgClassName
{
background-color: #55767F;
}
</style>
border-color css
<style>
span { border-color: #55767F; }
span { border-color: rgb(85,118,127); }
td.TdClassName
{
border-color: #55767F;
}
.TagClassName
{
border-color: #55767F;
}
</style>