Shades of Rich Blue #5649BA
Tints of Rich Blue #5649BA
RGB
CMYK
RGB Variations
Color information
#5649BA (or 0x5649BA) is known color: Rich Blue. HEX triplet: 56, 49 and BA. RGB value is (86,73,186). Sum of RGB (Red+Green+Blue) = 86+73+186=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #5649BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649BA is #A9B645. Grayscale: #595959. Windows color (decimal): -11122246 or 12208470. OLE color: 12208470.
HSL color Cylindrical-coordinate representation of color #5649BA: hue angle of 246.9º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5649BA is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 73 | 186 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.27 |
| HSL | 246.9º | 0.45% | 0.51% | - |
| HSV(B) | 246.9º | 0.61% | 0.73% | - |
| XYZ | 15.08 | 10.29 | 47.65 | - |
| YUV | 89.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 186 | 0.54 | 0.61 | 0 | 0.27 | 246.9 | 0.45 | 0.51 |
| Hex | 56 | 49 | BA | 36 | 3D | 0 | 1B | F7 | 2D | 33 |
| Octal | 126 | 111 | 272 | 66 | 75 | 0 | 33 | 367 | 55 | 63 |
| Binary | 1010110 | 1001001 | 10111010 | 110110 | 111101 | 0 | 11011 | 11110111 | 101101 | 110011 |
Color Harmonies of #5649BA
Complementary color
Monochromatic Colors of #5649BA
Black with #5649BA
Text Example
Text Example
White with #5649BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649BA; }
p { color: rgb(86,73,186); }
H1.HeaderClassName
{
color: #5649BA;
}
.AnyTagClassName
{
color: #5649BA;
}
</style>
background-color css
<style>
a { background-color: #5649BA; }
a { background-color: rgb(86,73,186); }
div.DivClassName
{
background-color: #5649BA;
}
.BgClassName
{
background-color: #5649BA;
}
</style>
border-color css
<style>
span { border-color: #5649BA; }
span { border-color: rgb(86,73,186); }
td.TdClassName
{
border-color: #5649BA;
}
.TagClassName
{
border-color: #5649BA;
}
</style>