Shades of Blue Bayoux #596F7A
Tints of Blue Bayoux #596F7A
RGB
CMYK
RGB Variations
Color information
#596F7A (or 0x596F7A) is known color: Blue Bayoux. HEX triplet: 59, 6F and 7A. RGB value is (89,111,122). Sum of RGB (Red+Green+Blue) = 89+111+122=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #596F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F7A is #A69085. Grayscale: #696969. Windows color (decimal): -10915974 or 8023897. OLE color: 8023897.
HSL color Cylindrical-coordinate representation of color #596F7A: hue angle of 200º 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 #596F7A is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 111 | 122 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.52 |
| HSL | 200º | 0.16% | 0.41% | - |
| HSV(B) | 200º | 0.27% | 0.48% | - |
| XYZ | 13.32 | 14.9 | 20.59 | - |
| YUV | 105.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 122 | 0.27 | 0.09 | 0 | 0.52 | 200 | 0.16 | 0.41 |
| Hex | 59 | 6F | 7A | 1B | 9 | 0 | 34 | C8 | 10 | 29 |
| Octal | 131 | 157 | 172 | 33 | 11 | 0 | 64 | 310 | 20 | 51 |
| Binary | 1011001 | 1101111 | 1111010 | 11011 | 1001 | 0 | 110100 | 11001000 | 10000 | 101001 |
Color Harmonies of #596F7A
Complementary color
Monochromatic Colors of #596F7A
Black with #596F7A
Text Example
Text Example
White with #596F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F7A; }
p { color: rgb(89,111,122); }
H1.HeaderClassName
{
color: #596F7A;
}
.AnyTagClassName
{
color: #596F7A;
}
</style>
background-color css
<style>
a { background-color: #596F7A; }
a { background-color: rgb(89,111,122); }
div.DivClassName
{
background-color: #596F7A;
}
.BgClassName
{
background-color: #596F7A;
}
</style>
border-color css
<style>
span { border-color: #596F7A; }
span { border-color: rgb(89,111,122); }
td.TdClassName
{
border-color: #596F7A;
}
.TagClassName
{
border-color: #596F7A;
}
</style>