Shades of Blue Bayoux #597880
Tints of Blue Bayoux #597880
RGB
CMYK
RGB Variations
Color information
#597880 (or 0x597880) is known color: Blue Bayoux. HEX triplet: 59, 78 and 80. RGB value is (89,120,128). Sum of RGB (Red+Green+Blue) = 89+120+128=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #597880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597880 is #A6877F. Grayscale: #6F6F6F. Windows color (decimal): -10913664 or 8419417. OLE color: 8419417.
HSL color Cylindrical-coordinate representation of color #597880: hue angle of 192.31º 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 #597880 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 120 | 128 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.50 |
| HSL | 192.31º | 0.18% | 0.43% | - |
| HSV(B) | 192.31º | 0.3% | 0.5% | - |
| XYZ | 14.73 | 17.12 | 22.95 | - |
| YUV | 111.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 128 | 0.30 | 0.06 | 0 | 0.50 | 192.31 | 0.18 | 0.43 |
| Hex | 59 | 78 | 80 | 1E | 6 | 0 | 32 | C0 | 12 | 2B |
| Octal | 131 | 170 | 200 | 36 | 6 | 0 | 62 | 300 | 22 | 53 |
| Binary | 1011001 | 1111000 | 10000000 | 11110 | 110 | 0 | 110010 | 11000000 | 10010 | 101011 |
Color Harmonies of #597880
Complementary color
Monochromatic Colors of #597880
Black with #597880
Text Example
Text Example
White with #597880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597880; }
p { color: rgb(89,120,128); }
H1.HeaderClassName
{
color: #597880;
}
.AnyTagClassName
{
color: #597880;
}
</style>
background-color css
<style>
a { background-color: #597880; }
a { background-color: rgb(89,120,128); }
div.DivClassName
{
background-color: #597880;
}
.BgClassName
{
background-color: #597880;
}
</style>
border-color css
<style>
span { border-color: #597880; }
span { border-color: rgb(89,120,128); }
td.TdClassName
{
border-color: #597880;
}
.TagClassName
{
border-color: #597880;
}
</style>