Shades of Rich Blue #545AAB
Tints of Rich Blue #545AAB
RGB
CMYK
RGB Variations
Color information
#545AAB (or 0x545AAB) is known color: Rich Blue. HEX triplet: 54, 5A and AB. RGB value is (84,90,171). Sum of RGB (Red+Green+Blue) = 84+90+171=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #545AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AAB is #ABA554. Grayscale: #616161. Windows color (decimal): -11248981 or 11229780. OLE color: 11229780.
HSL color Cylindrical-coordinate representation of color #545AAB: hue angle of 235.86º 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 #545AAB is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 90 | 171 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.33 |
| HSL | 235.86º | 0.34% | 0.5% | - |
| HSV(B) | 235.86º | 0.51% | 0.67% | - |
| XYZ | 14.66 | 12.14 | 40.1 | - |
| YUV | 97.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 171 | 0.51 | 0.47 | 0 | 0.33 | 235.86 | 0.34 | 0.5 |
| Hex | 54 | 5A | AB | 33 | 2F | 0 | 21 | EC | 22 | 32 |
| Octal | 124 | 132 | 253 | 63 | 57 | 0 | 41 | 354 | 42 | 62 |
| Binary | 1010100 | 1011010 | 10101011 | 110011 | 101111 | 0 | 100001 | 11101100 | 100010 | 110010 |
Color Harmonies of #545AAB
Complementary color
Monochromatic Colors of #545AAB
Black with #545AAB
Text Example
Text Example
White with #545AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AAB; }
p { color: rgb(84,90,171); }
H1.HeaderClassName
{
color: #545AAB;
}
.AnyTagClassName
{
color: #545AAB;
}
</style>
background-color css
<style>
a { background-color: #545AAB; }
a { background-color: rgb(84,90,171); }
div.DivClassName
{
background-color: #545AAB;
}
.BgClassName
{
background-color: #545AAB;
}
</style>
border-color css
<style>
span { border-color: #545AAB; }
span { border-color: rgb(84,90,171); }
td.TdClassName
{
border-color: #545AAB;
}
.TagClassName
{
border-color: #545AAB;
}
</style>