Shades of Rich Blue #5443AA
Tints of Rich Blue #5443AA
RGB
CMYK
RGB Variations
Color information
#5443AA (or 0x5443AA) is known color: Rich Blue. HEX triplet: 54, 43 and AA. RGB value is (84,67,170). Sum of RGB (Red+Green+Blue) = 84+67+170=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5443AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5443AA is #ABBC55. Grayscale: #535353. Windows color (decimal): -11254870 or 11158356. OLE color: 11158356.
HSL color Cylindrical-coordinate representation of color #5443AA: hue angle of 249.9º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5443AA is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 67 | 170 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.33 |
| HSL | 249.9º | 0.43% | 0.46% | - |
| HSV(B) | 249.9º | 0.61% | 0.67% | - |
| XYZ | 12.92 | 8.8 | 39.05 | - |
| YUV | 83.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 170 | 0.51 | 0.61 | 0 | 0.33 | 249.9 | 0.43 | 0.46 |
| Hex | 54 | 43 | AA | 33 | 3D | 0 | 21 | FA | 2B | 2E |
| Octal | 124 | 103 | 252 | 63 | 75 | 0 | 41 | 372 | 53 | 56 |
| Binary | 1010100 | 1000011 | 10101010 | 110011 | 111101 | 0 | 100001 | 11111010 | 101011 | 101110 |
Color Harmonies of #5443AA
Complementary color
Monochromatic Colors of #5443AA
Black with #5443AA
Text Example
Text Example
White with #5443AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443AA; }
p { color: rgb(84,67,170); }
H1.HeaderClassName
{
color: #5443AA;
}
.AnyTagClassName
{
color: #5443AA;
}
</style>
background-color css
<style>
a { background-color: #5443AA; }
a { background-color: rgb(84,67,170); }
div.DivClassName
{
background-color: #5443AA;
}
.BgClassName
{
background-color: #5443AA;
}
</style>
border-color css
<style>
span { border-color: #5443AA; }
span { border-color: rgb(84,67,170); }
td.TdClassName
{
border-color: #5443AA;
}
.TagClassName
{
border-color: #5443AA;
}
</style>