Shades of Blue Bayoux #547684
Tints of Blue Bayoux #547684
RGB
CMYK
RGB Variations
Color information
#547684 (or 0x547684) is known color: Blue Bayoux. HEX triplet: 54, 76 and 84. RGB value is (84,118,132). Sum of RGB (Red+Green+Blue) = 84+118+132=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #547684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547684 is #AB897B. Grayscale: #6D6D6D. Windows color (decimal): -11241852 or 8681044. OLE color: 8681044.
HSL color Cylindrical-coordinate representation of color #547684: hue angle of 197.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547684 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 118 | 132 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.48 |
| HSL | 197.5º | 0.22% | 0.42% | - |
| HSV(B) | 197.5º | 0.36% | 0.52% | - |
| XYZ | 14.3 | 16.51 | 24.26 | - |
| YUV | 109.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 132 | 0.36 | 0.11 | 0 | 0.48 | 197.5 | 0.22 | 0.42 |
| Hex | 54 | 76 | 84 | 24 | B | 0 | 30 | C6 | 16 | 2A |
| Octal | 124 | 166 | 204 | 44 | 13 | 0 | 60 | 306 | 26 | 52 |
| Binary | 1010100 | 1110110 | 10000100 | 100100 | 1011 | 0 | 110000 | 11000110 | 10110 | 101010 |
Color Harmonies of #547684
Complementary color
Monochromatic Colors of #547684
Black with #547684
Text Example
Text Example
White with #547684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547684; }
p { color: rgb(84,118,132); }
H1.HeaderClassName
{
color: #547684;
}
.AnyTagClassName
{
color: #547684;
}
</style>
background-color css
<style>
a { background-color: #547684; }
a { background-color: rgb(84,118,132); }
div.DivClassName
{
background-color: #547684;
}
.BgClassName
{
background-color: #547684;
}
</style>
border-color css
<style>
span { border-color: #547684; }
span { border-color: rgb(84,118,132); }
td.TdClassName
{
border-color: #547684;
}
.TagClassName
{
border-color: #547684;
}
</style>