Shades of Blue Bayoux #54767B
Tints of Blue Bayoux #54767B
RGB
CMYK
RGB Variations
Color information
#54767B (or 0x54767B) is known color: Blue Bayoux. HEX triplet: 54, 76 and 7B. RGB value is (84,118,123). Sum of RGB (Red+Green+Blue) = 84+118+123=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 118 (46.48% from 255 or 36.31% 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 #54767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54767B is #AB8984. Grayscale: #6C6C6C. Windows color (decimal): -11241861 or 8091220. OLE color: 8091220.
HSL color Cylindrical-coordinate representation of color #54767B: hue angle of 187.69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54767B is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 118 | 123 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.52 |
| HSL | 187.69º | 0.19% | 0.41% | - |
| HSV(B) | 187.69º | 0.32% | 0.48% | - |
| XYZ | 13.71 | 16.27 | 21.16 | - |
| YUV | 108.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 123 | 0.32 | 0.04 | 0 | 0.52 | 187.69 | 0.19 | 0.41 |
| Hex | 54 | 76 | 7B | 20 | 4 | 0 | 34 | BC | 13 | 29 |
| Octal | 124 | 166 | 173 | 40 | 4 | 0 | 64 | 274 | 23 | 51 |
| Binary | 1010100 | 1110110 | 1111011 | 100000 | 100 | 0 | 110100 | 10111100 | 10011 | 101001 |
Color Harmonies of #54767B
Complementary color
Monochromatic Colors of #54767B
Black with #54767B
Text Example
Text Example
White with #54767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54767B; }
p { color: rgb(84,118,123); }
H1.HeaderClassName
{
color: #54767B;
}
.AnyTagClassName
{
color: #54767B;
}
</style>
background-color css
<style>
a { background-color: #54767B; }
a { background-color: rgb(84,118,123); }
div.DivClassName
{
background-color: #54767B;
}
.BgClassName
{
background-color: #54767B;
}
</style>
border-color css
<style>
span { border-color: #54767B; }
span { border-color: rgb(84,118,123); }
td.TdClassName
{
border-color: #54767B;
}
.TagClassName
{
border-color: #54767B;
}
</style>