Shades of Blue Bayoux #59797F
Tints of Blue Bayoux #59797F
RGB
CMYK
RGB Variations
Color information
#59797F (or 0x59797F) is known color: Blue Bayoux. HEX triplet: 59, 79 and 7F. RGB value is (89,121,127). Sum of RGB (Red+Green+Blue) = 89+121+127=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #59797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797F is #A68680. Grayscale: #707070. Windows color (decimal): -10913409 or 8354137. OLE color: 8354137.
HSL color Cylindrical-coordinate representation of color #59797F: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59797F is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 121 | 127 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.50 |
| HSL | 189.47º | 0.18% | 0.42% | - |
| HSV(B) | 189.47º | 0.3% | 0.5% | - |
| XYZ | 14.79 | 17.33 | 22.64 | - |
| YUV | 112.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 127 | 0.30 | 0.05 | 0 | 0.50 | 189.47 | 0.18 | 0.42 |
| Hex | 59 | 79 | 7F | 1E | 5 | 0 | 32 | BD | 12 | 2A |
| Octal | 131 | 171 | 177 | 36 | 5 | 0 | 62 | 275 | 22 | 52 |
| Binary | 1011001 | 1111001 | 1111111 | 11110 | 101 | 0 | 110010 | 10111101 | 10010 | 101010 |
Color Harmonies of #59797F
Complementary color
Monochromatic Colors of #59797F
Black with #59797F
Text Example
Text Example
White with #59797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59797F; }
p { color: rgb(89,121,127); }
H1.HeaderClassName
{
color: #59797F;
}
.AnyTagClassName
{
color: #59797F;
}
</style>
background-color css
<style>
a { background-color: #59797F; }
a { background-color: rgb(89,121,127); }
div.DivClassName
{
background-color: #59797F;
}
.BgClassName
{
background-color: #59797F;
}
</style>
border-color css
<style>
span { border-color: #59797F; }
span { border-color: rgb(89,121,127); }
td.TdClassName
{
border-color: #59797F;
}
.TagClassName
{
border-color: #59797F;
}
</style>