Shades of Blue Bayoux #59707B
Tints of Blue Bayoux #59707B
RGB
CMYK
RGB Variations
Color information
#59707B (or 0x59707B) is known color: Blue Bayoux. HEX triplet: 59, 70 and 7B. RGB value is (89,112,123). Sum of RGB (Red+Green+Blue) = 89+112+123=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #59707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59707B is #A68F84. Grayscale: #6A6A6A. Windows color (decimal): -10915717 or 8089689. OLE color: 8089689.
HSL color Cylindrical-coordinate representation of color #59707B: hue angle of 199.41º 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 #59707B is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 112 | 123 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.52 |
| HSL | 199.41º | 0.16% | 0.42% | - |
| HSV(B) | 199.41º | 0.28% | 0.48% | - |
| XYZ | 13.49 | 15.14 | 20.95 | - |
| YUV | 106.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 123 | 0.28 | 0.09 | 0 | 0.52 | 199.41 | 0.16 | 0.42 |
| Hex | 59 | 70 | 7B | 1C | 9 | 0 | 34 | C7 | 10 | 2A |
| Octal | 131 | 160 | 173 | 34 | 11 | 0 | 64 | 307 | 20 | 52 |
| Binary | 1011001 | 1110000 | 1111011 | 11100 | 1001 | 0 | 110100 | 11000111 | 10000 | 101010 |
Color Harmonies of #59707B
Complementary color
Monochromatic Colors of #59707B
Black with #59707B
Text Example
Text Example
White with #59707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59707B; }
p { color: rgb(89,112,123); }
H1.HeaderClassName
{
color: #59707B;
}
.AnyTagClassName
{
color: #59707B;
}
</style>
background-color css
<style>
a { background-color: #59707B; }
a { background-color: rgb(89,112,123); }
div.DivClassName
{
background-color: #59707B;
}
.BgClassName
{
background-color: #59707B;
}
</style>
border-color css
<style>
span { border-color: #59707B; }
span { border-color: rgb(89,112,123); }
td.TdClassName
{
border-color: #59707B;
}
.TagClassName
{
border-color: #59707B;
}
</style>