Shades of Blue Bayoux #59737C
Tints of Blue Bayoux #59737C
RGB
CMYK
RGB Variations
Color information
#59737C (or 0x59737C) is known color: Blue Bayoux. HEX triplet: 59, 73 and 7C. RGB value is (89,115,124). Sum of RGB (Red+Green+Blue) = 89+115+124=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #59737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59737C is #A68C83. Grayscale: #6C6C6C. Windows color (decimal): -10914948 or 8155993. OLE color: 8155993.
HSL color Cylindrical-coordinate representation of color #59737C: hue angle of 195.43º 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 #59737C is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 115 | 124 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.51 |
| HSL | 195.43º | 0.16% | 0.42% | - |
| HSV(B) | 195.43º | 0.28% | 0.49% | - |
| XYZ | 13.89 | 15.84 | 21.39 | - |
| YUV | 108.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 124 | 0.28 | 0.07 | 0 | 0.51 | 195.43 | 0.16 | 0.42 |
| Hex | 59 | 73 | 7C | 1C | 7 | 0 | 33 | C3 | 10 | 2A |
| Octal | 131 | 163 | 174 | 34 | 7 | 0 | 63 | 303 | 20 | 52 |
| Binary | 1011001 | 1110011 | 1111100 | 11100 | 111 | 0 | 110011 | 11000011 | 10000 | 101010 |
Color Harmonies of #59737C
Complementary color
Monochromatic Colors of #59737C
Black with #59737C
Text Example
Text Example
White with #59737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59737C; }
p { color: rgb(89,115,124); }
H1.HeaderClassName
{
color: #59737C;
}
.AnyTagClassName
{
color: #59737C;
}
</style>
background-color css
<style>
a { background-color: #59737C; }
a { background-color: rgb(89,115,124); }
div.DivClassName
{
background-color: #59737C;
}
.BgClassName
{
background-color: #59737C;
}
</style>
border-color css
<style>
span { border-color: #59737C; }
span { border-color: rgb(89,115,124); }
td.TdClassName
{
border-color: #59737C;
}
.TagClassName
{
border-color: #59737C;
}
</style>