Shades of Blue Bayoux #53767E
Tints of Blue Bayoux #53767E
RGB
CMYK
RGB Variations
Color information
#53767E (or 0x53767E) is known color: Blue Bayoux. HEX triplet: 53, 76 and 7E. RGB value is (83,118,126). Sum of RGB (Red+Green+Blue) = 83+118+126=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #53767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767E is #AC8981. Grayscale: #6C6C6C. Windows color (decimal): -11307394 or 8287827. OLE color: 8287827.
HSL color Cylindrical-coordinate representation of color #53767E: hue angle of 191.16º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53767E is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 118 | 126 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.51 |
| HSL | 191.16º | 0.21% | 0.41% | - |
| HSV(B) | 191.16º | 0.34% | 0.49% | - |
| XYZ | 13.81 | 16.3 | 22.16 | - |
| YUV | 108.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 126 | 0.34 | 0.06 | 0 | 0.51 | 191.16 | 0.21 | 0.41 |
| Hex | 53 | 76 | 7E | 22 | 6 | 0 | 33 | BF | 15 | 29 |
| Octal | 123 | 166 | 176 | 42 | 6 | 0 | 63 | 277 | 25 | 51 |
| Binary | 1010011 | 1110110 | 1111110 | 100010 | 110 | 0 | 110011 | 10111111 | 10101 | 101001 |
Color Harmonies of #53767E
Complementary color
Monochromatic Colors of #53767E
Black with #53767E
Text Example
Text Example
White with #53767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53767E; }
p { color: rgb(83,118,126); }
H1.HeaderClassName
{
color: #53767E;
}
.AnyTagClassName
{
color: #53767E;
}
</style>
background-color css
<style>
a { background-color: #53767E; }
a { background-color: rgb(83,118,126); }
div.DivClassName
{
background-color: #53767E;
}
.BgClassName
{
background-color: #53767E;
}
</style>
border-color css
<style>
span { border-color: #53767E; }
span { border-color: rgb(83,118,126); }
td.TdClassName
{
border-color: #53767E;
}
.TagClassName
{
border-color: #53767E;
}
</style>