Shades of Rich Blue #5649BF
Tints of Rich Blue #5649BF
RGB
CMYK
RGB Variations
Color information
#5649BF (or 0x5649BF) is known color: Rich Blue. HEX triplet: 56, 49 and BF. RGB value is (86,73,191). Sum of RGB (Red+Green+Blue) = 86+73+191=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #5649BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649BF is #A9B640. Grayscale: #595959. Windows color (decimal): -11122241 or 12536150. OLE color: 12536150.
HSL color Cylindrical-coordinate representation of color #5649BF: hue angle of 246.61º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5649BF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 73 | 191 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.25 |
| HSL | 246.61º | 0.48% | 0.52% | - |
| HSV(B) | 246.61º | 0.62% | 0.75% | - |
| XYZ | 15.62 | 10.51 | 50.49 | - |
| YUV | 90.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 191 | 0.55 | 0.62 | 0 | 0.25 | 246.61 | 0.48 | 0.52 |
| Hex | 56 | 49 | BF | 37 | 3E | 0 | 19 | F7 | 30 | 34 |
| Octal | 126 | 111 | 277 | 67 | 76 | 0 | 31 | 367 | 60 | 64 |
| Binary | 1010110 | 1001001 | 10111111 | 110111 | 111110 | 0 | 11001 | 11110111 | 110000 | 110100 |
Color Harmonies of #5649BF
Complementary color
Monochromatic Colors of #5649BF
Black with #5649BF
Text Example
Text Example
White with #5649BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649BF; }
p { color: rgb(86,73,191); }
H1.HeaderClassName
{
color: #5649BF;
}
.AnyTagClassName
{
color: #5649BF;
}
</style>
background-color css
<style>
a { background-color: #5649BF; }
a { background-color: rgb(86,73,191); }
div.DivClassName
{
background-color: #5649BF;
}
.BgClassName
{
background-color: #5649BF;
}
</style>
border-color css
<style>
span { border-color: #5649BF; }
span { border-color: rgb(86,73,191); }
td.TdClassName
{
border-color: #5649BF;
}
.TagClassName
{
border-color: #5649BF;
}
</style>