Shades of Rich Blue #5441BA
Tints of Rich Blue #5441BA
RGB
CMYK
RGB Variations
Color information
#5441BA (or 0x5441BA) is known color: Rich Blue. HEX triplet: 54, 41 and BA. RGB value is (84,65,186). Sum of RGB (Red+Green+Blue) = 84+65+186=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #5441BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BA is #ABBE45. Grayscale: #545454. Windows color (decimal): -11255366 or 12206420. OLE color: 12206420.
HSL color Cylindrical-coordinate representation of color #5441BA: hue angle of 249.42º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5441BA is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 65 | 186 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.27 |
| HSL | 249.42º | 0.48% | 0.49% | - |
| HSV(B) | 249.42º | 0.65% | 0.73% | - |
| XYZ | 14.41 | 9.21 | 47.47 | - |
| YUV | 84.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 186 | 0.55 | 0.65 | 0 | 0.27 | 249.42 | 0.48 | 0.49 |
| Hex | 54 | 41 | BA | 37 | 41 | 0 | 1B | F9 | 30 | 31 |
| Octal | 124 | 101 | 272 | 67 | 101 | 0 | 33 | 371 | 60 | 61 |
| Binary | 1010100 | 1000001 | 10111010 | 110111 | 1000001 | 0 | 11011 | 11111001 | 110000 | 110001 |
Color Harmonies of #5441BA
Complementary color
Monochromatic Colors of #5441BA
Black with #5441BA
Text Example
Text Example
White with #5441BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5441BA; }
p { color: rgb(84,65,186); }
H1.HeaderClassName
{
color: #5441BA;
}
.AnyTagClassName
{
color: #5441BA;
}
</style>
background-color css
<style>
a { background-color: #5441BA; }
a { background-color: rgb(84,65,186); }
div.DivClassName
{
background-color: #5441BA;
}
.BgClassName
{
background-color: #5441BA;
}
</style>
border-color css
<style>
span { border-color: #5441BA; }
span { border-color: rgb(84,65,186); }
td.TdClassName
{
border-color: #5441BA;
}
.TagClassName
{
border-color: #5441BA;
}
</style>