Shades of Blue Bayoux #597582
Tints of Blue Bayoux #597582
RGB
CMYK
RGB Variations
Color information
#597582 (or 0x597582) is known color: Blue Bayoux. HEX triplet: 59, 75 and 82. RGB value is (89,117,130). Sum of RGB (Red+Green+Blue) = 89+117+130=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #597582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597582 is #A68A7D. Grayscale: #6E6E6E. Windows color (decimal): -10914430 or 8549721. OLE color: 8549721.
HSL color Cylindrical-coordinate representation of color #597582: hue angle of 199.02º 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 #597582 is Cyan = 0.32, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 117 | 130 | - |
| CMYK | 0.32 | 0.1 | 0 | 0.49 |
| HSL | 199.02º | 0.19% | 0.43% | - |
| HSV(B) | 199.02º | 0.32% | 0.51% | - |
| XYZ | 14.51 | 16.46 | 23.53 | - |
| YUV | 110.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 130 | 0.32 | 0.1 | 0 | 0.49 | 199.02 | 0.19 | 0.43 |
| Hex | 59 | 75 | 82 | 20 | A | 0 | 31 | C7 | 13 | 2B |
| Octal | 131 | 165 | 202 | 40 | 12 | 0 | 61 | 307 | 23 | 53 |
| Binary | 1011001 | 1110101 | 10000010 | 100000 | 1010 | 0 | 110001 | 11000111 | 10011 | 101011 |
Color Harmonies of #597582
Complementary color
Monochromatic Colors of #597582
Black with #597582
Text Example
Text Example
White with #597582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597582; }
p { color: rgb(89,117,130); }
H1.HeaderClassName
{
color: #597582;
}
.AnyTagClassName
{
color: #597582;
}
</style>
background-color css
<style>
a { background-color: #597582; }
a { background-color: rgb(89,117,130); }
div.DivClassName
{
background-color: #597582;
}
.BgClassName
{
background-color: #597582;
}
</style>
border-color css
<style>
span { border-color: #597582; }
span { border-color: rgb(89,117,130); }
td.TdClassName
{
border-color: #597582;
}
.TagClassName
{
border-color: #597582;
}
</style>