Shades of Blue Bayoux #537A84
Tints of Blue Bayoux #537A84
RGB
CMYK
RGB Variations
Color information
#537A84 (or 0x537A84) is known color: Blue Bayoux. HEX triplet: 53, 7A and 84. RGB value is (83,122,132). Sum of RGB (Red+Green+Blue) = 83+122+132=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #537A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A84 is #AC857B. Grayscale: #6F6F6F. Windows color (decimal): -11306364 or 8682067. OLE color: 8682067.
HSL color Cylindrical-coordinate representation of color #537A84: hue angle of 192.24º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537A84 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 122 | 132 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.48 |
| HSL | 192.24º | 0.23% | 0.42% | - |
| HSV(B) | 192.24º | 0.37% | 0.52% | - |
| XYZ | 14.69 | 17.42 | 24.42 | - |
| YUV | 111.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 132 | 0.37 | 0.08 | 0 | 0.48 | 192.24 | 0.23 | 0.42 |
| Hex | 53 | 7A | 84 | 25 | 8 | 0 | 30 | C0 | 17 | 2A |
| Octal | 123 | 172 | 204 | 45 | 10 | 0 | 60 | 300 | 27 | 52 |
| Binary | 1010011 | 1111010 | 10000100 | 100101 | 1000 | 0 | 110000 | 11000000 | 10111 | 101010 |
Color Harmonies of #537A84
Complementary color
Monochromatic Colors of #537A84
Black with #537A84
Text Example
Text Example
White with #537A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A84; }
p { color: rgb(83,122,132); }
H1.HeaderClassName
{
color: #537A84;
}
.AnyTagClassName
{
color: #537A84;
}
</style>
background-color css
<style>
a { background-color: #537A84; }
a { background-color: rgb(83,122,132); }
div.DivClassName
{
background-color: #537A84;
}
.BgClassName
{
background-color: #537A84;
}
</style>
border-color css
<style>
span { border-color: #537A84; }
span { border-color: rgb(83,122,132); }
td.TdClassName
{
border-color: #537A84;
}
.TagClassName
{
border-color: #537A84;
}
</style>