Shades of Blue Bayoux #55747F
Tints of Blue Bayoux #55747F
RGB
CMYK
RGB Variations
Color information
#55747F (or 0x55747F) is known color: Blue Bayoux. HEX triplet: 55, 74 and 7F. RGB value is (85,116,127). Sum of RGB (Red+Green+Blue) = 85+116+127=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #55747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55747F is #AA8B80. Grayscale: #6B6B6B. Windows color (decimal): -11176833 or 8352853. OLE color: 8352853.
HSL color Cylindrical-coordinate representation of color #55747F: hue angle of 195.71º 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 #55747F is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 116 | 127 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.50 |
| HSL | 195.71º | 0.2% | 0.42% | - |
| HSV(B) | 195.71º | 0.33% | 0.5% | - |
| XYZ | 13.82 | 15.95 | 22.43 | - |
| YUV | 107.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 127 | 0.33 | 0.09 | 0 | 0.50 | 195.71 | 0.2 | 0.42 |
| Hex | 55 | 74 | 7F | 21 | 9 | 0 | 32 | C4 | 14 | 2A |
| Octal | 125 | 164 | 177 | 41 | 11 | 0 | 62 | 304 | 24 | 52 |
| Binary | 1010101 | 1110100 | 1111111 | 100001 | 1001 | 0 | 110010 | 11000100 | 10100 | 101010 |
Color Harmonies of #55747F
Complementary color
Monochromatic Colors of #55747F
Black with #55747F
Text Example
Text Example
White with #55747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55747F; }
p { color: rgb(85,116,127); }
H1.HeaderClassName
{
color: #55747F;
}
.AnyTagClassName
{
color: #55747F;
}
</style>
background-color css
<style>
a { background-color: #55747F; }
a { background-color: rgb(85,116,127); }
div.DivClassName
{
background-color: #55747F;
}
.BgClassName
{
background-color: #55747F;
}
</style>
border-color css
<style>
span { border-color: #55747F; }
span { border-color: rgb(85,116,127); }
td.TdClassName
{
border-color: #55747F;
}
.TagClassName
{
border-color: #55747F;
}
</style>