Shades of Rich Blue #545BAA
Tints of Rich Blue #545BAA
RGB
CMYK
RGB Variations
Color information
#545BAA (or 0x545BAA) is known color: Rich Blue. HEX triplet: 54, 5B and AA. RGB value is (84,91,170). Sum of RGB (Red+Green+Blue) = 84+91+170=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #545BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545BAA is #ABA455. Grayscale: #616161. Windows color (decimal): -11248726 or 11164500. OLE color: 11164500.
HSL color Cylindrical-coordinate representation of color #545BAA: hue angle of 235.12º 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 #545BAA is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 91 | 170 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.33 |
| HSL | 235.12º | 0.34% | 0.5% | - |
| HSV(B) | 235.12º | 0.51% | 0.67% | - |
| XYZ | 14.65 | 12.27 | 39.63 | - |
| YUV | 97.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 170 | 0.51 | 0.46 | 0 | 0.33 | 235.12 | 0.34 | 0.5 |
| Hex | 54 | 5B | AA | 33 | 2E | 0 | 21 | EB | 22 | 32 |
| Octal | 124 | 133 | 252 | 63 | 56 | 0 | 41 | 353 | 42 | 62 |
| Binary | 1010100 | 1011011 | 10101010 | 110011 | 101110 | 0 | 100001 | 11101011 | 100010 | 110010 |
Color Harmonies of #545BAA
Complementary color
Monochromatic Colors of #545BAA
Black with #545BAA
Text Example
Text Example
White with #545BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BAA; }
p { color: rgb(84,91,170); }
H1.HeaderClassName
{
color: #545BAA;
}
.AnyTagClassName
{
color: #545BAA;
}
</style>
background-color css
<style>
a { background-color: #545BAA; }
a { background-color: rgb(84,91,170); }
div.DivClassName
{
background-color: #545BAA;
}
.BgClassName
{
background-color: #545BAA;
}
</style>
border-color css
<style>
span { border-color: #545BAA; }
span { border-color: rgb(84,91,170); }
td.TdClassName
{
border-color: #545BAA;
}
.TagClassName
{
border-color: #545BAA;
}
</style>