Shades of Rich Blue #5543BB
Tints of Rich Blue #5543BB
RGB
CMYK
RGB Variations
Color information
#5543BB (or 0x5543BB) is known color: Rich Blue. HEX triplet: 55, 43 and BB. RGB value is (85,67,187). Sum of RGB (Red+Green+Blue) = 85+67+187=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #5543BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543BB is #AABC44. Grayscale: #555555. Windows color (decimal): -11189317 or 12272469. OLE color: 12272469.
HSL color Cylindrical-coordinate representation of color #5543BB: hue angle of 249º 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 #5543BB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 67 | 187 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.27 |
| HSL | 249º | 0.47% | 0.5% | - |
| HSV(B) | 249º | 0.64% | 0.73% | - |
| XYZ | 14.72 | 9.53 | 48.08 | - |
| YUV | 86.06 | 184.96 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 187 | 0.55 | 0.64 | 0 | 0.27 | 249 | 0.47 | 0.5 |
| Hex | 55 | 43 | BB | 37 | 40 | 0 | 1B | F9 | 2F | 32 |
| Octal | 125 | 103 | 273 | 67 | 100 | 0 | 33 | 371 | 57 | 62 |
| Binary | 1010101 | 1000011 | 10111011 | 110111 | 1000000 | 0 | 11011 | 11111001 | 101111 | 110010 |
Color Harmonies of #5543BB
Complementary color
Monochromatic Colors of #5543BB
Black with #5543BB
Text Example
Text Example
White with #5543BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5543BB; }
p { color: rgb(85,67,187); }
H1.HeaderClassName
{
color: #5543BB;
}
.AnyTagClassName
{
color: #5543BB;
}
</style>
background-color css
<style>
a { background-color: #5543BB; }
a { background-color: rgb(85,67,187); }
div.DivClassName
{
background-color: #5543BB;
}
.BgClassName
{
background-color: #5543BB;
}
</style>
border-color css
<style>
span { border-color: #5543BB; }
span { border-color: rgb(85,67,187); }
td.TdClassName
{
border-color: #5543BB;
}
.TagClassName
{
border-color: #5543BB;
}
</style>