Shades of Blue Bayoux #59787F
Tints of Blue Bayoux #59787F
RGB
CMYK
RGB Variations
Color information
#59787F (or 0x59787F) is known color: Blue Bayoux. HEX triplet: 59, 78 and 7F. RGB value is (89,120,127). Sum of RGB (Red+Green+Blue) = 89+120+127=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #59787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787F is #A68780. Grayscale: #6F6F6F. Windows color (decimal): -10913665 or 8353881. OLE color: 8353881.
HSL color Cylindrical-coordinate representation of color #59787F: hue angle of 191.05º 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 #59787F is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 120 | 127 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.50 |
| HSL | 191.05º | 0.18% | 0.42% | - |
| HSV(B) | 191.05º | 0.3% | 0.5% | - |
| XYZ | 14.67 | 17.09 | 22.6 | - |
| YUV | 111.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 127 | 0.30 | 0.06 | 0 | 0.50 | 191.05 | 0.18 | 0.42 |
| Hex | 59 | 78 | 7F | 1E | 6 | 0 | 32 | BF | 12 | 2A |
| Octal | 131 | 170 | 177 | 36 | 6 | 0 | 62 | 277 | 22 | 52 |
| Binary | 1011001 | 1111000 | 1111111 | 11110 | 110 | 0 | 110010 | 10111111 | 10010 | 101010 |
Color Harmonies of #59787F
Complementary color
Monochromatic Colors of #59787F
Black with #59787F
Text Example
Text Example
White with #59787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59787F; }
p { color: rgb(89,120,127); }
H1.HeaderClassName
{
color: #59787F;
}
.AnyTagClassName
{
color: #59787F;
}
</style>
background-color css
<style>
a { background-color: #59787F; }
a { background-color: rgb(89,120,127); }
div.DivClassName
{
background-color: #59787F;
}
.BgClassName
{
background-color: #59787F;
}
</style>
border-color css
<style>
span { border-color: #59787F; }
span { border-color: rgb(89,120,127); }
td.TdClassName
{
border-color: #59787F;
}
.TagClassName
{
border-color: #59787F;
}
</style>