Shades of Rich Blue #5646BF
Tints of Rich Blue #5646BF
RGB
CMYK
RGB Variations
Color information
#5646BF (or 0x5646BF) is known color: Rich Blue. HEX triplet: 56, 46 and BF. RGB value is (86,70,191). Sum of RGB (Red+Green+Blue) = 86+70+191=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5646BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5646BF is #A9B940. Grayscale: #585858. Windows color (decimal): -11123009 or 12535382. OLE color: 12535382.
HSL color Cylindrical-coordinate representation of color #5646BF: hue angle of 247.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5646BF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 70 | 191 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.25 |
| HSL | 247.93º | 0.49% | 0.51% | - |
| HSV(B) | 247.93º | 0.63% | 0.75% | - |
| XYZ | 15.43 | 10.12 | 50.43 | - |
| YUV | 88.58 | 185.8 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 191 | 0.55 | 0.63 | 0 | 0.25 | 247.93 | 0.49 | 0.51 |
| Hex | 56 | 46 | BF | 37 | 3F | 0 | 19 | F8 | 31 | 33 |
| Octal | 126 | 106 | 277 | 67 | 77 | 0 | 31 | 370 | 61 | 63 |
| Binary | 1010110 | 1000110 | 10111111 | 110111 | 111111 | 0 | 11001 | 11111000 | 110001 | 110011 |
Color Harmonies of #5646BF
Complementary color
Monochromatic Colors of #5646BF
Black with #5646BF
Text Example
Text Example
White with #5646BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5646BF; }
p { color: rgb(86,70,191); }
H1.HeaderClassName
{
color: #5646BF;
}
.AnyTagClassName
{
color: #5646BF;
}
</style>
background-color css
<style>
a { background-color: #5646BF; }
a { background-color: rgb(86,70,191); }
div.DivClassName
{
background-color: #5646BF;
}
.BgClassName
{
background-color: #5646BF;
}
</style>
border-color css
<style>
span { border-color: #5646BF; }
span { border-color: rgb(86,70,191); }
td.TdClassName
{
border-color: #5646BF;
}
.TagClassName
{
border-color: #5646BF;
}
</style>