Shades of Rich Blue #544AAA
Tints of Rich Blue #544AAA
RGB
CMYK
RGB Variations
Color information
#544AAA (or 0x544AAA) is known color: Rich Blue. HEX triplet: 54, 4A and AA. RGB value is (84,74,170). Sum of RGB (Red+Green+Blue) = 84+74+170=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #544AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544AAA is #ABB555. Grayscale: #575757. Windows color (decimal): -11253078 or 11160148. OLE color: 11160148.
HSL color Cylindrical-coordinate representation of color #544AAA: hue angle of 246.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544AAA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 74 | 170 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.33 |
| HSL | 246.25º | 0.39% | 0.48% | - |
| HSV(B) | 246.25º | 0.56% | 0.67% | - |
| XYZ | 13.36 | 9.68 | 39.2 | - |
| YUV | 87.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 170 | 0.51 | 0.56 | 0 | 0.33 | 246.25 | 0.39 | 0.48 |
| Hex | 54 | 4A | AA | 33 | 38 | 0 | 21 | F6 | 27 | 30 |
| Octal | 124 | 112 | 252 | 63 | 70 | 0 | 41 | 366 | 47 | 60 |
| Binary | 1010100 | 1001010 | 10101010 | 110011 | 111000 | 0 | 100001 | 11110110 | 100111 | 110000 |
Color Harmonies of #544AAA
Complementary color
Monochromatic Colors of #544AAA
Black with #544AAA
Text Example
Text Example
White with #544AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544AAA; }
p { color: rgb(84,74,170); }
H1.HeaderClassName
{
color: #544AAA;
}
.AnyTagClassName
{
color: #544AAA;
}
</style>
background-color css
<style>
a { background-color: #544AAA; }
a { background-color: rgb(84,74,170); }
div.DivClassName
{
background-color: #544AAA;
}
.BgClassName
{
background-color: #544AAA;
}
</style>
border-color css
<style>
span { border-color: #544AAA; }
span { border-color: rgb(84,74,170); }
td.TdClassName
{
border-color: #544AAA;
}
.TagClassName
{
border-color: #544AAA;
}
</style>