Shades of Rich Blue #5644BD
Tints of Rich Blue #5644BD
RGB
CMYK
RGB Variations
Color information
#5644BD (or 0x5644BD) is known color: Rich Blue. HEX triplet: 56, 44 and BD. RGB value is (86,68,189). Sum of RGB (Red+Green+Blue) = 86+68+189=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #5644BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5644BD is #A9BB42. Grayscale: #565656. Windows color (decimal): -11123523 or 12403798. OLE color: 12403798.
HSL color Cylindrical-coordinate representation of color #5644BD: hue angle of 248.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5644BD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 68 | 189 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.26 |
| HSL | 248.93º | 0.48% | 0.5% | - |
| HSV(B) | 248.93º | 0.64% | 0.74% | - |
| XYZ | 15.09 | 9.79 | 49.24 | - |
| YUV | 87.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 189 | 0.54 | 0.64 | 0 | 0.26 | 248.93 | 0.48 | 0.5 |
| Hex | 56 | 44 | BD | 36 | 40 | 0 | 1A | F9 | 30 | 32 |
| Octal | 126 | 104 | 275 | 66 | 100 | 0 | 32 | 371 | 60 | 62 |
| Binary | 1010110 | 1000100 | 10111101 | 110110 | 1000000 | 0 | 11010 | 11111001 | 110000 | 110010 |
Color Harmonies of #5644BD
Complementary color
Monochromatic Colors of #5644BD
Black with #5644BD
Text Example
Text Example
White with #5644BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644BD; }
p { color: rgb(86,68,189); }
H1.HeaderClassName
{
color: #5644BD;
}
.AnyTagClassName
{
color: #5644BD;
}
</style>
background-color css
<style>
a { background-color: #5644BD; }
a { background-color: rgb(86,68,189); }
div.DivClassName
{
background-color: #5644BD;
}
.BgClassName
{
background-color: #5644BD;
}
</style>
border-color css
<style>
span { border-color: #5644BD; }
span { border-color: rgb(86,68,189); }
td.TdClassName
{
border-color: #5644BD;
}
.TagClassName
{
border-color: #5644BD;
}
</style>