Shades of Blue Bayoux #59767E
Tints of Blue Bayoux #59767E
RGB
CMYK
RGB Variations
Color information
#59767E (or 0x59767E) is known color: Blue Bayoux. HEX triplet: 59, 76 and 7E. RGB value is (89,118,126). Sum of RGB (Red+Green+Blue) = 89+118+126=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #59767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59767E is #A68981. Grayscale: #6E6E6E. Windows color (decimal): -10914178 or 8287833. OLE color: 8287833.
HSL color Cylindrical-coordinate representation of color #59767E: hue angle of 192.97º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59767E is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 118 | 126 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.51 |
| HSL | 192.97º | 0.17% | 0.42% | - |
| HSV(B) | 192.97º | 0.29% | 0.49% | - |
| XYZ | 14.36 | 16.59 | 22.18 | - |
| YUV | 110.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 126 | 0.29 | 0.06 | 0 | 0.51 | 192.97 | 0.17 | 0.42 |
| Hex | 59 | 76 | 7E | 1D | 6 | 0 | 33 | C1 | 11 | 2A |
| Octal | 131 | 166 | 176 | 35 | 6 | 0 | 63 | 301 | 21 | 52 |
| Binary | 1011001 | 1110110 | 1111110 | 11101 | 110 | 0 | 110011 | 11000001 | 10001 | 101010 |
Color Harmonies of #59767E
Complementary color
Monochromatic Colors of #59767E
Black with #59767E
Text Example
Text Example
White with #59767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59767E; }
p { color: rgb(89,118,126); }
H1.HeaderClassName
{
color: #59767E;
}
.AnyTagClassName
{
color: #59767E;
}
</style>
background-color css
<style>
a { background-color: #59767E; }
a { background-color: rgb(89,118,126); }
div.DivClassName
{
background-color: #59767E;
}
.BgClassName
{
background-color: #59767E;
}
</style>
border-color css
<style>
span { border-color: #59767E; }
span { border-color: rgb(89,118,126); }
td.TdClassName
{
border-color: #59767E;
}
.TagClassName
{
border-color: #59767E;
}
</style>