Shades of Blue Bayoux #59727B
Tints of Blue Bayoux #59727B
RGB
CMYK
RGB Variations
Color information
#59727B (or 0x59727B) is known color: Blue Bayoux. HEX triplet: 59, 72 and 7B. RGB value is (89,114,123). Sum of RGB (Red+Green+Blue) = 89+114+123=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #59727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59727B is #A68D84. Grayscale: #6B6B6B. Windows color (decimal): -10915205 or 8090201. OLE color: 8090201.
HSL color Cylindrical-coordinate representation of color #59727B: hue angle of 195.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59727B is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 114 | 123 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.52 |
| HSL | 195.88º | 0.16% | 0.42% | - |
| HSV(B) | 195.88º | 0.28% | 0.48% | - |
| XYZ | 13.71 | 15.59 | 21.03 | - |
| YUV | 107.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 123 | 0.28 | 0.07 | 0 | 0.52 | 195.88 | 0.16 | 0.42 |
| Hex | 59 | 72 | 7B | 1C | 7 | 0 | 34 | C4 | 10 | 2A |
| Octal | 131 | 162 | 173 | 34 | 7 | 0 | 64 | 304 | 20 | 52 |
| Binary | 1011001 | 1110010 | 1111011 | 11100 | 111 | 0 | 110100 | 11000100 | 10000 | 101010 |
Color Harmonies of #59727B
Complementary color
Monochromatic Colors of #59727B
Black with #59727B
Text Example
Text Example
White with #59727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59727B; }
p { color: rgb(89,114,123); }
H1.HeaderClassName
{
color: #59727B;
}
.AnyTagClassName
{
color: #59727B;
}
</style>
background-color css
<style>
a { background-color: #59727B; }
a { background-color: rgb(89,114,123); }
div.DivClassName
{
background-color: #59727B;
}
.BgClassName
{
background-color: #59727B;
}
</style>
border-color css
<style>
span { border-color: #59727B; }
span { border-color: rgb(89,114,123); }
td.TdClassName
{
border-color: #59727B;
}
.TagClassName
{
border-color: #59727B;
}
</style>