Shades of Blue Bayoux #59737A
Tints of Blue Bayoux #59737A
RGB
CMYK
RGB Variations
Color information
#59737A (or 0x59737A) is known color: Blue Bayoux. HEX triplet: 59, 73 and 7A. RGB value is (89,115,122). Sum of RGB (Red+Green+Blue) = 89+115+122=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #59737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59737A is #A68C85. Grayscale: #6B6B6B. Windows color (decimal): -10914950 or 8024921. OLE color: 8024921.
HSL color Cylindrical-coordinate representation of color #59737A: hue angle of 192.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59737A is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 115 | 122 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.52 |
| HSL | 192.73º | 0.16% | 0.41% | - |
| HSV(B) | 192.73º | 0.27% | 0.48% | - |
| XYZ | 13.76 | 15.79 | 20.73 | - |
| YUV | 108.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 122 | 0.27 | 0.06 | 0 | 0.52 | 192.73 | 0.16 | 0.41 |
| Hex | 59 | 73 | 7A | 1B | 6 | 0 | 34 | C1 | 10 | 29 |
| Octal | 131 | 163 | 172 | 33 | 6 | 0 | 64 | 301 | 20 | 51 |
| Binary | 1011001 | 1110011 | 1111010 | 11011 | 110 | 0 | 110100 | 11000001 | 10000 | 101001 |
Color Harmonies of #59737A
Complementary color
Monochromatic Colors of #59737A
Black with #59737A
Text Example
Text Example
White with #59737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59737A; }
p { color: rgb(89,115,122); }
H1.HeaderClassName
{
color: #59737A;
}
.AnyTagClassName
{
color: #59737A;
}
</style>
background-color css
<style>
a { background-color: #59737A; }
a { background-color: rgb(89,115,122); }
div.DivClassName
{
background-color: #59737A;
}
.BgClassName
{
background-color: #59737A;
}
</style>
border-color css
<style>
span { border-color: #59737A; }
span { border-color: rgb(89,115,122); }
td.TdClassName
{
border-color: #59737A;
}
.TagClassName
{
border-color: #59737A;
}
</style>