Shades of Rich Blue #544FBA
Tints of Rich Blue #544FBA
RGB
CMYK
RGB Variations
Color information
#544FBA (or 0x544FBA) is known color: Rich Blue. HEX triplet: 54, 4F and BA. RGB value is (84,79,186). Sum of RGB (Red+Green+Blue) = 84+79+186=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #544FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FBA is #ABB045. Grayscale: #5C5C5C. Windows color (decimal): -11251782 or 12210004. OLE color: 12210004.
HSL color Cylindrical-coordinate representation of color #544FBA: hue angle of 242.8º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #544FBA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 79 | 186 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.27 |
| HSL | 242.8º | 0.44% | 0.52% | - |
| HSV(B) | 242.8º | 0.58% | 0.73% | - |
| XYZ | 15.32 | 11.02 | 47.77 | - |
| YUV | 92.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 186 | 0.55 | 0.58 | 0 | 0.27 | 242.8 | 0.44 | 0.52 |
| Hex | 54 | 4F | BA | 37 | 3A | 0 | 1B | F3 | 2C | 34 |
| Octal | 124 | 117 | 272 | 67 | 72 | 0 | 33 | 363 | 54 | 64 |
| Binary | 1010100 | 1001111 | 10111010 | 110111 | 111010 | 0 | 11011 | 11110011 | 101100 | 110100 |
Color Harmonies of #544FBA
Complementary color
Monochromatic Colors of #544FBA
Black with #544FBA
Text Example
Text Example
White with #544FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544FBA; }
p { color: rgb(84,79,186); }
H1.HeaderClassName
{
color: #544FBA;
}
.AnyTagClassName
{
color: #544FBA;
}
</style>
background-color css
<style>
a { background-color: #544FBA; }
a { background-color: rgb(84,79,186); }
div.DivClassName
{
background-color: #544FBA;
}
.BgClassName
{
background-color: #544FBA;
}
</style>
border-color css
<style>
span { border-color: #544FBA; }
span { border-color: rgb(84,79,186); }
td.TdClassName
{
border-color: #544FBA;
}
.TagClassName
{
border-color: #544FBA;
}
</style>