Shades of Blue Bayoux #53767C
Tints of Blue Bayoux #53767C
RGB
CMYK
RGB Variations
Color information
#53767C (or 0x53767C) is known color: Blue Bayoux. HEX triplet: 53, 76 and 7C. RGB value is (83,118,124). Sum of RGB (Red+Green+Blue) = 83+118+124=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #53767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767C is #AC8983. Grayscale: #6C6C6C. Windows color (decimal): -11307396 or 8156755. OLE color: 8156755.
HSL color Cylindrical-coordinate representation of color #53767C: hue angle of 188.78º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53767C is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 118 | 124 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.51 |
| HSL | 188.78º | 0.2% | 0.41% | - |
| HSV(B) | 188.78º | 0.33% | 0.49% | - |
| XYZ | 13.68 | 16.25 | 21.48 | - |
| YUV | 108.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 124 | 0.33 | 0.05 | 0 | 0.51 | 188.78 | 0.2 | 0.41 |
| Hex | 53 | 76 | 7C | 21 | 5 | 0 | 33 | BD | 14 | 29 |
| Octal | 123 | 166 | 174 | 41 | 5 | 0 | 63 | 275 | 24 | 51 |
| Binary | 1010011 | 1110110 | 1111100 | 100001 | 101 | 0 | 110011 | 10111101 | 10100 | 101001 |
Color Harmonies of #53767C
Complementary color
Monochromatic Colors of #53767C
Black with #53767C
Text Example
Text Example
White with #53767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53767C; }
p { color: rgb(83,118,124); }
H1.HeaderClassName
{
color: #53767C;
}
.AnyTagClassName
{
color: #53767C;
}
</style>
background-color css
<style>
a { background-color: #53767C; }
a { background-color: rgb(83,118,124); }
div.DivClassName
{
background-color: #53767C;
}
.BgClassName
{
background-color: #53767C;
}
</style>
border-color css
<style>
span { border-color: #53767C; }
span { border-color: rgb(83,118,124); }
td.TdClassName
{
border-color: #53767C;
}
.TagClassName
{
border-color: #53767C;
}
</style>