Shades of Blue Bayoux #597580
Tints of Blue Bayoux #597580
RGB
CMYK
RGB Variations
Color information
#597580 (or 0x597580) is known color: Blue Bayoux. HEX triplet: 59, 75 and 80. RGB value is (89,117,128). Sum of RGB (Red+Green+Blue) = 89+117+128=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #597580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597580 is #A68A7F. Grayscale: #6D6D6D. Windows color (decimal): -10914432 or 8418649. OLE color: 8418649.
HSL color Cylindrical-coordinate representation of color #597580: hue angle of 196.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597580 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 117 | 128 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.50 |
| HSL | 196.92º | 0.18% | 0.43% | - |
| HSV(B) | 196.92º | 0.3% | 0.5% | - |
| XYZ | 14.38 | 16.4 | 22.83 | - |
| YUV | 109.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 128 | 0.30 | 0.09 | 0 | 0.50 | 196.92 | 0.18 | 0.43 |
| Hex | 59 | 75 | 80 | 1E | 9 | 0 | 32 | C5 | 12 | 2B |
| Octal | 131 | 165 | 200 | 36 | 11 | 0 | 62 | 305 | 22 | 53 |
| Binary | 1011001 | 1110101 | 10000000 | 11110 | 1001 | 0 | 110010 | 11000101 | 10010 | 101011 |
Color Harmonies of #597580
Complementary color
Monochromatic Colors of #597580
Black with #597580
Text Example
Text Example
White with #597580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597580; }
p { color: rgb(89,117,128); }
H1.HeaderClassName
{
color: #597580;
}
.AnyTagClassName
{
color: #597580;
}
</style>
background-color css
<style>
a { background-color: #597580; }
a { background-color: rgb(89,117,128); }
div.DivClassName
{
background-color: #597580;
}
.BgClassName
{
background-color: #597580;
}
</style>
border-color css
<style>
span { border-color: #597580; }
span { border-color: rgb(89,117,128); }
td.TdClassName
{
border-color: #597580;
}
.TagClassName
{
border-color: #597580;
}
</style>