Shades of Rich Blue #5644BC
Tints of Rich Blue #5644BC
RGB
CMYK
RGB Variations
Color information
#5644BC (or 0x5644BC) is known color: Rich Blue. HEX triplet: 56, 44 and BC. RGB value is (86,68,188). Sum of RGB (Red+Green+Blue) = 86+68+188=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5644BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5644BC is #A9BB43. Grayscale: #565656. Windows color (decimal): -11123524 or 12338262. OLE color: 12338262.
HSL color Cylindrical-coordinate representation of color #5644BC: hue angle of 249º degrees, saturation: 0.47, 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 #5644BC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 68 | 188 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.26 |
| HSL | 249º | 0.47% | 0.5% | - |
| HSV(B) | 249º | 0.64% | 0.74% | - |
| XYZ | 14.98 | 9.74 | 48.67 | - |
| YUV | 87.06 | 184.96 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 188 | 0.54 | 0.64 | 0 | 0.26 | 249 | 0.47 | 0.5 |
| Hex | 56 | 44 | BC | 36 | 40 | 0 | 1A | F9 | 2F | 32 |
| Octal | 126 | 104 | 274 | 66 | 100 | 0 | 32 | 371 | 57 | 62 |
| Binary | 1010110 | 1000100 | 10111100 | 110110 | 1000000 | 0 | 11010 | 11111001 | 101111 | 110010 |
Color Harmonies of #5644BC
Complementary color
Monochromatic Colors of #5644BC
Black with #5644BC
Text Example
Text Example
White with #5644BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644BC; }
p { color: rgb(86,68,188); }
H1.HeaderClassName
{
color: #5644BC;
}
.AnyTagClassName
{
color: #5644BC;
}
</style>
background-color css
<style>
a { background-color: #5644BC; }
a { background-color: rgb(86,68,188); }
div.DivClassName
{
background-color: #5644BC;
}
.BgClassName
{
background-color: #5644BC;
}
</style>
border-color css
<style>
span { border-color: #5644BC; }
span { border-color: rgb(86,68,188); }
td.TdClassName
{
border-color: #5644BC;
}
.TagClassName
{
border-color: #5644BC;
}
</style>