Shades of Blue Bayoux #55757B
Tints of Blue Bayoux #55757B
RGB
CMYK
RGB Variations
Color information
#55757B (or 0x55757B) is known color: Blue Bayoux. HEX triplet: 55, 75 and 7B. RGB value is (85,117,123). Sum of RGB (Red+Green+Blue) = 85+117+123=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #55757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55757B is #AA8A84. Grayscale: #6C6C6C. Windows color (decimal): -11176581 or 8090965. OLE color: 8090965.
HSL color Cylindrical-coordinate representation of color #55757B: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55757B is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 117 | 123 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.52 |
| HSL | 189.47º | 0.18% | 0.41% | - |
| HSV(B) | 189.47º | 0.31% | 0.48% | - |
| XYZ | 13.68 | 16.08 | 21.12 | - |
| YUV | 108.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 123 | 0.31 | 0.05 | 0 | 0.52 | 189.47 | 0.18 | 0.41 |
| Hex | 55 | 75 | 7B | 1F | 5 | 0 | 34 | BD | 12 | 29 |
| Octal | 125 | 165 | 173 | 37 | 5 | 0 | 64 | 275 | 22 | 51 |
| Binary | 1010101 | 1110101 | 1111011 | 11111 | 101 | 0 | 110100 | 10111101 | 10010 | 101001 |
Color Harmonies of #55757B
Complementary color
Monochromatic Colors of #55757B
Black with #55757B
Text Example
Text Example
White with #55757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55757B; }
p { color: rgb(85,117,123); }
H1.HeaderClassName
{
color: #55757B;
}
.AnyTagClassName
{
color: #55757B;
}
</style>
background-color css
<style>
a { background-color: #55757B; }
a { background-color: rgb(85,117,123); }
div.DivClassName
{
background-color: #55757B;
}
.BgClassName
{
background-color: #55757B;
}
</style>
border-color css
<style>
span { border-color: #55757B; }
span { border-color: rgb(85,117,123); }
td.TdClassName
{
border-color: #55757B;
}
.TagClassName
{
border-color: #55757B;
}
</style>