Shades of Blue Bayoux #596F7C
Tints of Blue Bayoux #596F7C
RGB
CMYK
RGB Variations
Color information
#596F7C (or 0x596F7C) is known color: Blue Bayoux. HEX triplet: 59, 6F and 7C. RGB value is (89,111,124). Sum of RGB (Red+Green+Blue) = 89+111+124=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #596F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F7C is #A69083. Grayscale: #696969. Windows color (decimal): -10915972 or 8154969. OLE color: 8154969.
HSL color Cylindrical-coordinate representation of color #596F7C: hue angle of 202.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #596F7C is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 111 | 124 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.51 |
| HSL | 202.29º | 0.16% | 0.42% | - |
| HSV(B) | 202.29º | 0.28% | 0.49% | - |
| XYZ | 13.44 | 14.95 | 21.25 | - |
| YUV | 105.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 124 | 0.28 | 0.10 | 0 | 0.51 | 202.29 | 0.16 | 0.42 |
| Hex | 59 | 6F | 7C | 1C | A | 0 | 33 | CA | 10 | 2A |
| Octal | 131 | 157 | 174 | 34 | 12 | 0 | 63 | 312 | 20 | 52 |
| Binary | 1011001 | 1101111 | 1111100 | 11100 | 1010 | 0 | 110011 | 11001010 | 10000 | 101010 |
Color Harmonies of #596F7C
Complementary color
Monochromatic Colors of #596F7C
Black with #596F7C
Text Example
Text Example
White with #596F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F7C; }
p { color: rgb(89,111,124); }
H1.HeaderClassName
{
color: #596F7C;
}
.AnyTagClassName
{
color: #596F7C;
}
</style>
background-color css
<style>
a { background-color: #596F7C; }
a { background-color: rgb(89,111,124); }
div.DivClassName
{
background-color: #596F7C;
}
.BgClassName
{
background-color: #596F7C;
}
</style>
border-color css
<style>
span { border-color: #596F7C; }
span { border-color: rgb(89,111,124); }
td.TdClassName
{
border-color: #596F7C;
}
.TagClassName
{
border-color: #596F7C;
}
</style>