Shades of Blue Bayoux #537883
Tints of Blue Bayoux #537883
RGB
CMYK
RGB Variations
Color information
#537883 (or 0x537883) is known color: Blue Bayoux. HEX triplet: 53, 78 and 83. RGB value is (83,120,131). Sum of RGB (Red+Green+Blue) = 83+120+131=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #537883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537883 is #AC877C. Grayscale: #6E6E6E. Windows color (decimal): -11306877 or 8616019. OLE color: 8616019.
HSL color Cylindrical-coordinate representation of color #537883: hue angle of 193.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537883 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 120 | 131 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.49 |
| HSL | 193.75º | 0.22% | 0.42% | - |
| HSV(B) | 193.75º | 0.37% | 0.51% | - |
| XYZ | 14.38 | 16.91 | 23.98 | - |
| YUV | 110.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 131 | 0.37 | 0.08 | 0 | 0.49 | 193.75 | 0.22 | 0.42 |
| Hex | 53 | 78 | 83 | 25 | 8 | 0 | 31 | C2 | 16 | 2A |
| Octal | 123 | 170 | 203 | 45 | 10 | 0 | 61 | 302 | 26 | 52 |
| Binary | 1010011 | 1111000 | 10000011 | 100101 | 1000 | 0 | 110001 | 11000010 | 10110 | 101010 |
Color Harmonies of #537883
Complementary color
Monochromatic Colors of #537883
Black with #537883
Text Example
Text Example
White with #537883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537883; }
p { color: rgb(83,120,131); }
H1.HeaderClassName
{
color: #537883;
}
.AnyTagClassName
{
color: #537883;
}
</style>
background-color css
<style>
a { background-color: #537883; }
a { background-color: rgb(83,120,131); }
div.DivClassName
{
background-color: #537883;
}
.BgClassName
{
background-color: #537883;
}
</style>
border-color css
<style>
span { border-color: #537883; }
span { border-color: rgb(83,120,131); }
td.TdClassName
{
border-color: #537883;
}
.TagClassName
{
border-color: #537883;
}
</style>