Shades of Blue Bayoux #59717C
Tints of Blue Bayoux #59717C
RGB
CMYK
RGB Variations
Color information
#59717C (or 0x59717C) is known color: Blue Bayoux. HEX triplet: 59, 71 and 7C. RGB value is (89,113,124). Sum of RGB (Red+Green+Blue) = 89+113+124=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #59717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717C is #A68E83. Grayscale: #6B6B6B. Windows color (decimal): -10915460 or 8155481. OLE color: 8155481.
HSL color Cylindrical-coordinate representation of color #59717C: hue angle of 198.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59717C is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 113 | 124 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.51 |
| HSL | 198.86º | 0.16% | 0.42% | - |
| HSV(B) | 198.86º | 0.28% | 0.49% | - |
| XYZ | 13.66 | 15.39 | 21.32 | - |
| YUV | 107.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 124 | 0.28 | 0.09 | 0 | 0.51 | 198.86 | 0.16 | 0.42 |
| Hex | 59 | 71 | 7C | 1C | 9 | 0 | 33 | C7 | 10 | 2A |
| Octal | 131 | 161 | 174 | 34 | 11 | 0 | 63 | 307 | 20 | 52 |
| Binary | 1011001 | 1110001 | 1111100 | 11100 | 1001 | 0 | 110011 | 11000111 | 10000 | 101010 |
Color Harmonies of #59717C
Complementary color
Monochromatic Colors of #59717C
Black with #59717C
Text Example
Text Example
White with #59717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59717C; }
p { color: rgb(89,113,124); }
H1.HeaderClassName
{
color: #59717C;
}
.AnyTagClassName
{
color: #59717C;
}
</style>
background-color css
<style>
a { background-color: #59717C; }
a { background-color: rgb(89,113,124); }
div.DivClassName
{
background-color: #59717C;
}
.BgClassName
{
background-color: #59717C;
}
</style>
border-color css
<style>
span { border-color: #59717C; }
span { border-color: rgb(89,113,124); }
td.TdClassName
{
border-color: #59717C;
}
.TagClassName
{
border-color: #59717C;
}
</style>