Shades of Rich Blue #544CBA
Tints of Rich Blue #544CBA
RGB
CMYK
RGB Variations
Color information
#544CBA (or 0x544CBA) is known color: Rich Blue. HEX triplet: 54, 4C and BA. RGB value is (84,76,186). Sum of RGB (Red+Green+Blue) = 84+76+186=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #544CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CBA is #ABB345. Grayscale: #5A5A5A. Windows color (decimal): -11252550 or 12209236. OLE color: 12209236.
HSL color Cylindrical-coordinate representation of color #544CBA: hue angle of 244.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #544CBA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 76 | 186 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.27 |
| HSL | 244.36º | 0.44% | 0.51% | - |
| HSV(B) | 244.36º | 0.59% | 0.73% | - |
| XYZ | 15.1 | 10.6 | 47.7 | - |
| YUV | 90.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 186 | 0.55 | 0.59 | 0 | 0.27 | 244.36 | 0.44 | 0.51 |
| Hex | 54 | 4C | BA | 37 | 3B | 0 | 1B | F4 | 2C | 33 |
| Octal | 124 | 114 | 272 | 67 | 73 | 0 | 33 | 364 | 54 | 63 |
| Binary | 1010100 | 1001100 | 10111010 | 110111 | 111011 | 0 | 11011 | 11110100 | 101100 | 110011 |
Color Harmonies of #544CBA
Complementary color
Monochromatic Colors of #544CBA
Black with #544CBA
Text Example
Text Example
White with #544CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544CBA; }
p { color: rgb(84,76,186); }
H1.HeaderClassName
{
color: #544CBA;
}
.AnyTagClassName
{
color: #544CBA;
}
</style>
background-color css
<style>
a { background-color: #544CBA; }
a { background-color: rgb(84,76,186); }
div.DivClassName
{
background-color: #544CBA;
}
.BgClassName
{
background-color: #544CBA;
}
</style>
border-color css
<style>
span { border-color: #544CBA; }
span { border-color: rgb(84,76,186); }
td.TdClassName
{
border-color: #544CBA;
}
.TagClassName
{
border-color: #544CBA;
}
</style>