Shades of Blue Bayoux #537882
Tints of Blue Bayoux #537882
RGB
CMYK
RGB Variations
Color information
#537882 (or 0x537882) is known color: Blue Bayoux. HEX triplet: 53, 78 and 82. RGB value is (83,120,130). Sum of RGB (Red+Green+Blue) = 83+120+130=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #537882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537882 is #AC877D. Grayscale: #6D6D6D. Windows color (decimal): -11306878 or 8550483. OLE color: 8550483.
HSL color Cylindrical-coordinate representation of color #537882: hue angle of 192.77º 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 #537882 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 120 | 130 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.49 |
| HSL | 192.77º | 0.22% | 0.42% | - |
| HSV(B) | 192.77º | 0.36% | 0.51% | - |
| XYZ | 14.31 | 16.88 | 23.62 | - |
| YUV | 110.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 130 | 0.36 | 0.08 | 0 | 0.49 | 192.77 | 0.22 | 0.42 |
| Hex | 53 | 78 | 82 | 24 | 8 | 0 | 31 | C1 | 16 | 2A |
| Octal | 123 | 170 | 202 | 44 | 10 | 0 | 61 | 301 | 26 | 52 |
| Binary | 1010011 | 1111000 | 10000010 | 100100 | 1000 | 0 | 110001 | 11000001 | 10110 | 101010 |
Color Harmonies of #537882
Complementary color
Monochromatic Colors of #537882
Black with #537882
Text Example
Text Example
White with #537882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537882; }
p { color: rgb(83,120,130); }
H1.HeaderClassName
{
color: #537882;
}
.AnyTagClassName
{
color: #537882;
}
</style>
background-color css
<style>
a { background-color: #537882; }
a { background-color: rgb(83,120,130); }
div.DivClassName
{
background-color: #537882;
}
.BgClassName
{
background-color: #537882;
}
</style>
border-color css
<style>
span { border-color: #537882; }
span { border-color: rgb(83,120,130); }
td.TdClassName
{
border-color: #537882;
}
.TagClassName
{
border-color: #537882;
}
</style>