Shades of Rich Blue #5547BA
Tints of Rich Blue #5547BA
RGB
CMYK
RGB Variations
Color information
#5547BA (or 0x5547BA) is known color: Rich Blue. HEX triplet: 55, 47 and BA. RGB value is (85,71,186). Sum of RGB (Red+Green+Blue) = 85+71+186=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #5547BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547BA is #AAB845. Grayscale: #575757. Windows color (decimal): -11188294 or 12207957. OLE color: 12207957.
HSL color Cylindrical-coordinate representation of color #5547BA: hue angle of 247.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5547BA is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 71 | 186 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.27 |
| HSL | 247.3º | 0.45% | 0.5% | - |
| HSV(B) | 247.3º | 0.62% | 0.73% | - |
| XYZ | 14.86 | 9.98 | 47.6 | - |
| YUV | 88.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 186 | 0.54 | 0.62 | 0 | 0.27 | 247.3 | 0.45 | 0.5 |
| Hex | 55 | 47 | BA | 36 | 3E | 0 | 1B | F7 | 2D | 32 |
| Octal | 125 | 107 | 272 | 66 | 76 | 0 | 33 | 367 | 55 | 62 |
| Binary | 1010101 | 1000111 | 10111010 | 110110 | 111110 | 0 | 11011 | 11110111 | 101101 | 110010 |
Color Harmonies of #5547BA
Complementary color
Monochromatic Colors of #5547BA
Black with #5547BA
Text Example
Text Example
White with #5547BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547BA; }
p { color: rgb(85,71,186); }
H1.HeaderClassName
{
color: #5547BA;
}
.AnyTagClassName
{
color: #5547BA;
}
</style>
background-color css
<style>
a { background-color: #5547BA; }
a { background-color: rgb(85,71,186); }
div.DivClassName
{
background-color: #5547BA;
}
.BgClassName
{
background-color: #5547BA;
}
</style>
border-color css
<style>
span { border-color: #5547BA; }
span { border-color: rgb(85,71,186); }
td.TdClassName
{
border-color: #5547BA;
}
.TagClassName
{
border-color: #5547BA;
}
</style>