Shades of Rich Blue #5659BF
Tints of Rich Blue #5659BF
RGB
CMYK
RGB Variations
Color information
#5659BF (or 0x5659BF) is known color: Rich Blue. HEX triplet: 56, 59 and BF. RGB value is (86,89,191). Sum of RGB (Red+Green+Blue) = 86+89+191=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #5659BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659BF is #A9A640. Grayscale: #636363. Windows color (decimal): -11118145 or 12540246. OLE color: 12540246.
HSL color Cylindrical-coordinate representation of color #5659BF: hue angle of 238.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5659BF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 89 | 191 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.25 |
| HSL | 238.29º | 0.45% | 0.54% | - |
| HSV(B) | 238.29º | 0.55% | 0.75% | - |
| XYZ | 16.81 | 12.88 | 50.89 | - |
| YUV | 99.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 191 | 0.55 | 0.53 | 0 | 0.25 | 238.29 | 0.45 | 0.54 |
| Hex | 56 | 59 | BF | 37 | 35 | 0 | 19 | EE | 2D | 36 |
| Octal | 126 | 131 | 277 | 67 | 65 | 0 | 31 | 356 | 55 | 66 |
| Binary | 1010110 | 1011001 | 10111111 | 110111 | 110101 | 0 | 11001 | 11101110 | 101101 | 110110 |
Color Harmonies of #5659BF
Complementary color
Monochromatic Colors of #5659BF
Black with #5659BF
Text Example
Text Example
White with #5659BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5659BF; }
p { color: rgb(86,89,191); }
H1.HeaderClassName
{
color: #5659BF;
}
.AnyTagClassName
{
color: #5659BF;
}
</style>
background-color css
<style>
a { background-color: #5659BF; }
a { background-color: rgb(86,89,191); }
div.DivClassName
{
background-color: #5659BF;
}
.BgClassName
{
background-color: #5659BF;
}
</style>
border-color css
<style>
span { border-color: #5659BF; }
span { border-color: rgb(86,89,191); }
td.TdClassName
{
border-color: #5659BF;
}
.TagClassName
{
border-color: #5659BF;
}
</style>