Shades of Blue Bayoux #597782
Tints of Blue Bayoux #597782
RGB
CMYK
RGB Variations
Color information
#597782 (or 0x597782) is known color: Blue Bayoux. HEX triplet: 59, 77 and 82. RGB value is (89,119,130). Sum of RGB (Red+Green+Blue) = 89+119+130=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #597782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597782 is #A6887D. Grayscale: #6F6F6F. Windows color (decimal): -10913918 or 8550233. OLE color: 8550233.
HSL color Cylindrical-coordinate representation of color #597782: hue angle of 196.1º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #597782 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 119 | 130 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.49 |
| HSL | 196.1º | 0.19% | 0.43% | - |
| HSV(B) | 196.1º | 0.32% | 0.51% | - |
| XYZ | 14.75 | 16.93 | 23.61 | - |
| YUV | 111.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 130 | 0.32 | 0.08 | 0 | 0.49 | 196.1 | 0.19 | 0.43 |
| Hex | 59 | 77 | 82 | 20 | 8 | 0 | 31 | C4 | 13 | 2B |
| Octal | 131 | 167 | 202 | 40 | 10 | 0 | 61 | 304 | 23 | 53 |
| Binary | 1011001 | 1110111 | 10000010 | 100000 | 1000 | 0 | 110001 | 11000100 | 10011 | 101011 |
Color Harmonies of #597782
Complementary color
Monochromatic Colors of #597782
Black with #597782
Text Example
Text Example
White with #597782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597782; }
p { color: rgb(89,119,130); }
H1.HeaderClassName
{
color: #597782;
}
.AnyTagClassName
{
color: #597782;
}
</style>
background-color css
<style>
a { background-color: #597782; }
a { background-color: rgb(89,119,130); }
div.DivClassName
{
background-color: #597782;
}
.BgClassName
{
background-color: #597782;
}
</style>
border-color css
<style>
span { border-color: #597782; }
span { border-color: rgb(89,119,130); }
td.TdClassName
{
border-color: #597782;
}
.TagClassName
{
border-color: #597782;
}
</style>