Shades of Blue Bayoux #547683
Tints of Blue Bayoux #547683
RGB
CMYK
RGB Variations
Color information
#547683 (or 0x547683) is known color: Blue Bayoux. HEX triplet: 54, 76 and 83. RGB value is (84,118,131). Sum of RGB (Red+Green+Blue) = 84+118+131=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #547683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547683 is #AB897C. Grayscale: #6D6D6D. Windows color (decimal): -11241853 or 8615508. OLE color: 8615508.
HSL color Cylindrical-coordinate representation of color #547683: hue angle of 196.6º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547683 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 118 | 131 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.49 |
| HSL | 196.6º | 0.22% | 0.42% | - |
| HSV(B) | 196.6º | 0.36% | 0.51% | - |
| XYZ | 14.23 | 16.48 | 23.9 | - |
| YUV | 109.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 131 | 0.36 | 0.10 | 0 | 0.49 | 196.6 | 0.22 | 0.42 |
| Hex | 54 | 76 | 83 | 24 | A | 0 | 31 | C5 | 16 | 2A |
| Octal | 124 | 166 | 203 | 44 | 12 | 0 | 61 | 305 | 26 | 52 |
| Binary | 1010100 | 1110110 | 10000011 | 100100 | 1010 | 0 | 110001 | 11000101 | 10110 | 101010 |
Color Harmonies of #547683
Complementary color
Monochromatic Colors of #547683
Black with #547683
Text Example
Text Example
White with #547683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547683; }
p { color: rgb(84,118,131); }
H1.HeaderClassName
{
color: #547683;
}
.AnyTagClassName
{
color: #547683;
}
</style>
background-color css
<style>
a { background-color: #547683; }
a { background-color: rgb(84,118,131); }
div.DivClassName
{
background-color: #547683;
}
.BgClassName
{
background-color: #547683;
}
</style>
border-color css
<style>
span { border-color: #547683; }
span { border-color: rgb(84,118,131); }
td.TdClassName
{
border-color: #547683;
}
.TagClassName
{
border-color: #547683;
}
</style>