Shades of Rich Blue #5643BB
Tints of Rich Blue #5643BB
RGB
CMYK
RGB Variations
Color information
#5643BB (or 0x5643BB) is known color: Rich Blue. HEX triplet: 56, 43 and BB. RGB value is (86,67,187). Sum of RGB (Red+Green+Blue) = 86+67+187=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #5643BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643BB is #A9BC44. Grayscale: #555555. Windows color (decimal): -11123781 or 12272470. OLE color: 12272470.
HSL color Cylindrical-coordinate representation of color #5643BB: hue angle of 249.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5643BB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 67 | 187 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.27 |
| HSL | 249.5º | 0.47% | 0.5% | - |
| HSV(B) | 249.5º | 0.64% | 0.73% | - |
| XYZ | 14.81 | 9.58 | 48.08 | - |
| YUV | 86.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 187 | 0.54 | 0.64 | 0 | 0.27 | 249.5 | 0.47 | 0.5 |
| Hex | 56 | 43 | BB | 36 | 40 | 0 | 1B | FA | 2F | 32 |
| Octal | 126 | 103 | 273 | 66 | 100 | 0 | 33 | 372 | 57 | 62 |
| Binary | 1010110 | 1000011 | 10111011 | 110110 | 1000000 | 0 | 11011 | 11111010 | 101111 | 110010 |
Color Harmonies of #5643BB
Complementary color
Monochromatic Colors of #5643BB
Black with #5643BB
Text Example
Text Example
White with #5643BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643BB; }
p { color: rgb(86,67,187); }
H1.HeaderClassName
{
color: #5643BB;
}
.AnyTagClassName
{
color: #5643BB;
}
</style>
background-color css
<style>
a { background-color: #5643BB; }
a { background-color: rgb(86,67,187); }
div.DivClassName
{
background-color: #5643BB;
}
.BgClassName
{
background-color: #5643BB;
}
</style>
border-color css
<style>
span { border-color: #5643BB; }
span { border-color: rgb(86,67,187); }
td.TdClassName
{
border-color: #5643BB;
}
.TagClassName
{
border-color: #5643BB;
}
</style>