Shades of Blue Bayoux #597C83
Tints of Blue Bayoux #597C83
RGB
CMYK
RGB Variations
Color information
#597C83 (or 0x597C83) is known color: Blue Bayoux. HEX triplet: 59, 7C and 83. RGB value is (89,124,131). Sum of RGB (Red+Green+Blue) = 89+124+131=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #597C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C83 is #A6837C. Grayscale: #727272. Windows color (decimal): -10912637 or 8617049. OLE color: 8617049.
HSL color Cylindrical-coordinate representation of color #597C83: hue angle of 190º 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 #597C83 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 124 | 131 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.49 |
| HSL | 190º | 0.19% | 0.43% | - |
| HSV(B) | 190º | 0.32% | 0.51% | - |
| XYZ | 15.42 | 18.18 | 24.17 | - |
| YUV | 114.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 131 | 0.32 | 0.05 | 0 | 0.49 | 190 | 0.19 | 0.43 |
| Hex | 59 | 7C | 83 | 20 | 5 | 0 | 31 | BE | 13 | 2B |
| Octal | 131 | 174 | 203 | 40 | 5 | 0 | 61 | 276 | 23 | 53 |
| Binary | 1011001 | 1111100 | 10000011 | 100000 | 101 | 0 | 110001 | 10111110 | 10011 | 101011 |
Color Harmonies of #597C83
Complementary color
Monochromatic Colors of #597C83
Black with #597C83
Text Example
Text Example
White with #597C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C83; }
p { color: rgb(89,124,131); }
H1.HeaderClassName
{
color: #597C83;
}
.AnyTagClassName
{
color: #597C83;
}
</style>
background-color css
<style>
a { background-color: #597C83; }
a { background-color: rgb(89,124,131); }
div.DivClassName
{
background-color: #597C83;
}
.BgClassName
{
background-color: #597C83;
}
</style>
border-color css
<style>
span { border-color: #597C83; }
span { border-color: rgb(89,124,131); }
td.TdClassName
{
border-color: #597C83;
}
.TagClassName
{
border-color: #597C83;
}
</style>