Shades of Rich Blue #544EAA
Tints of Rich Blue #544EAA
RGB
CMYK
RGB Variations
Color information
#544EAA (or 0x544EAA) is known color: Rich Blue. HEX triplet: 54, 4E and AA. RGB value is (84,78,170). Sum of RGB (Red+Green+Blue) = 84+78+170=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #544EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544EAA is #ABB155. Grayscale: #595959. Windows color (decimal): -11252054 or 11161172. OLE color: 11161172.
HSL color Cylindrical-coordinate representation of color #544EAA: hue angle of 243.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544EAA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 78 | 170 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.33 |
| HSL | 243.91º | 0.37% | 0.49% | - |
| HSV(B) | 243.91º | 0.54% | 0.67% | - |
| XYZ | 13.64 | 10.24 | 39.29 | - |
| YUV | 90.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 170 | 0.51 | 0.54 | 0 | 0.33 | 243.91 | 0.37 | 0.49 |
| Hex | 54 | 4E | AA | 33 | 36 | 0 | 21 | F4 | 25 | 31 |
| Octal | 124 | 116 | 252 | 63 | 66 | 0 | 41 | 364 | 45 | 61 |
| Binary | 1010100 | 1001110 | 10101010 | 110011 | 110110 | 0 | 100001 | 11110100 | 100101 | 110001 |
Color Harmonies of #544EAA
Complementary color
Monochromatic Colors of #544EAA
Black with #544EAA
Text Example
Text Example
White with #544EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EAA; }
p { color: rgb(84,78,170); }
H1.HeaderClassName
{
color: #544EAA;
}
.AnyTagClassName
{
color: #544EAA;
}
</style>
background-color css
<style>
a { background-color: #544EAA; }
a { background-color: rgb(84,78,170); }
div.DivClassName
{
background-color: #544EAA;
}
.BgClassName
{
background-color: #544EAA;
}
</style>
border-color css
<style>
span { border-color: #544EAA; }
span { border-color: rgb(84,78,170); }
td.TdClassName
{
border-color: #544EAA;
}
.TagClassName
{
border-color: #544EAA;
}
</style>