Shades of Blue Bayoux #59777B
Tints of Blue Bayoux #59777B
RGB
CMYK
RGB Variations
Color information
#59777B (or 0x59777B) is known color: Blue Bayoux. HEX triplet: 59, 77 and 7B. RGB value is (89,119,123). Sum of RGB (Red+Green+Blue) = 89+119+123=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #59777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59777B is #A68884. Grayscale: #6E6E6E. Windows color (decimal): -10913925 or 8091481. OLE color: 8091481.
HSL color Cylindrical-coordinate representation of color #59777B: hue angle of 187.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59777B is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 119 | 123 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.52 |
| HSL | 187.06º | 0.16% | 0.42% | - |
| HSV(B) | 187.06º | 0.28% | 0.48% | - |
| XYZ | 14.29 | 16.75 | 21.22 | - |
| YUV | 110.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 123 | 0.28 | 0.03 | 0 | 0.52 | 187.06 | 0.16 | 0.42 |
| Hex | 59 | 77 | 7B | 1C | 3 | 0 | 34 | BB | 10 | 2A |
| Octal | 131 | 167 | 173 | 34 | 3 | 0 | 64 | 273 | 20 | 52 |
| Binary | 1011001 | 1110111 | 1111011 | 11100 | 11 | 0 | 110100 | 10111011 | 10000 | 101010 |
Color Harmonies of #59777B
Complementary color
Monochromatic Colors of #59777B
Black with #59777B
Text Example
Text Example
White with #59777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59777B; }
p { color: rgb(89,119,123); }
H1.HeaderClassName
{
color: #59777B;
}
.AnyTagClassName
{
color: #59777B;
}
</style>
background-color css
<style>
a { background-color: #59777B; }
a { background-color: rgb(89,119,123); }
div.DivClassName
{
background-color: #59777B;
}
.BgClassName
{
background-color: #59777B;
}
</style>
border-color css
<style>
span { border-color: #59777B; }
span { border-color: rgb(89,119,123); }
td.TdClassName
{
border-color: #59777B;
}
.TagClassName
{
border-color: #59777B;
}
</style>