Shades of Blue Bayoux #597680
Tints of Blue Bayoux #597680
RGB
CMYK
RGB Variations
Color information
#597680 (or 0x597680) is known color: Blue Bayoux. HEX triplet: 59, 76 and 80. RGB value is (89,118,128). Sum of RGB (Red+Green+Blue) = 89+118+128=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #597680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597680 is #A6897F. Grayscale: #6E6E6E. Windows color (decimal): -10914176 or 8418905. OLE color: 8418905.
HSL color Cylindrical-coordinate representation of color #597680: hue angle of 195.38º 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 #597680 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 118 | 128 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.50 |
| HSL | 195.38º | 0.18% | 0.43% | - |
| HSV(B) | 195.38º | 0.3% | 0.5% | - |
| XYZ | 14.49 | 16.64 | 22.87 | - |
| YUV | 110.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 128 | 0.30 | 0.08 | 0 | 0.50 | 195.38 | 0.18 | 0.43 |
| Hex | 59 | 76 | 80 | 1E | 8 | 0 | 32 | C3 | 12 | 2B |
| Octal | 131 | 166 | 200 | 36 | 10 | 0 | 62 | 303 | 22 | 53 |
| Binary | 1011001 | 1110110 | 10000000 | 11110 | 1000 | 0 | 110010 | 11000011 | 10010 | 101011 |
Color Harmonies of #597680
Complementary color
Monochromatic Colors of #597680
Black with #597680
Text Example
Text Example
White with #597680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597680; }
p { color: rgb(89,118,128); }
H1.HeaderClassName
{
color: #597680;
}
.AnyTagClassName
{
color: #597680;
}
</style>
background-color css
<style>
a { background-color: #597680; }
a { background-color: rgb(89,118,128); }
div.DivClassName
{
background-color: #597680;
}
.BgClassName
{
background-color: #597680;
}
</style>
border-color css
<style>
span { border-color: #597680; }
span { border-color: rgb(89,118,128); }
td.TdClassName
{
border-color: #597680;
}
.TagClassName
{
border-color: #597680;
}
</style>