Shades of Rich Blue #545AAA
Tints of Rich Blue #545AAA
RGB
CMYK
RGB Variations
Color information
#545AAA (or 0x545AAA) is known color: Rich Blue. HEX triplet: 54, 5A and AA. RGB value is (84,90,170). Sum of RGB (Red+Green+Blue) = 84+90+170=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #545AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AAA is #ABA555. Grayscale: #616161. Windows color (decimal): -11248982 or 11164244. OLE color: 11164244.
HSL color Cylindrical-coordinate representation of color #545AAA: hue angle of 235.81º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545AAA is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 90 | 170 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.33 |
| HSL | 235.81º | 0.34% | 0.5% | - |
| HSV(B) | 235.81º | 0.51% | 0.67% | - |
| XYZ | 14.57 | 12.1 | 39.6 | - |
| YUV | 97.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 170 | 0.51 | 0.47 | 0 | 0.33 | 235.81 | 0.34 | 0.5 |
| Hex | 54 | 5A | AA | 33 | 2F | 0 | 21 | EC | 22 | 32 |
| Octal | 124 | 132 | 252 | 63 | 57 | 0 | 41 | 354 | 42 | 62 |
| Binary | 1010100 | 1011010 | 10101010 | 110011 | 101111 | 0 | 100001 | 11101100 | 100010 | 110010 |
Color Harmonies of #545AAA
Complementary color
Monochromatic Colors of #545AAA
Black with #545AAA
Text Example
Text Example
White with #545AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AAA; }
p { color: rgb(84,90,170); }
H1.HeaderClassName
{
color: #545AAA;
}
.AnyTagClassName
{
color: #545AAA;
}
</style>
background-color css
<style>
a { background-color: #545AAA; }
a { background-color: rgb(84,90,170); }
div.DivClassName
{
background-color: #545AAA;
}
.BgClassName
{
background-color: #545AAA;
}
</style>
border-color css
<style>
span { border-color: #545AAA; }
span { border-color: rgb(84,90,170); }
td.TdClassName
{
border-color: #545AAA;
}
.TagClassName
{
border-color: #545AAA;
}
</style>