Shades of Rich Blue #545AA5
Tints of Rich Blue #545AA5
RGB
CMYK
RGB Variations
Color information
#545AA5 (or 0x545AA5) is known color: Rich Blue. HEX triplet: 54, 5A and A5. RGB value is (84,90,165). Sum of RGB (Red+Green+Blue) = 84+90+165=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #545AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AA5 is #ABA55A. Grayscale: #606060. Windows color (decimal): -11248987 or 10836564. OLE color: 10836564.
HSL color Cylindrical-coordinate representation of color #545AA5: hue angle of 235.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545AA5 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 90 | 165 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.35 |
| HSL | 235.56º | 0.33% | 0.49% | - |
| HSV(B) | 235.56º | 0.49% | 0.65% | - |
| XYZ | 14.1 | 11.91 | 37.15 | - |
| YUV | 96.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 165 | 0.49 | 0.45 | 0 | 0.35 | 235.56 | 0.33 | 0.49 |
| Hex | 54 | 5A | A5 | 31 | 2D | 0 | 23 | EC | 21 | 31 |
| Octal | 124 | 132 | 245 | 61 | 55 | 0 | 43 | 354 | 41 | 61 |
| Binary | 1010100 | 1011010 | 10100101 | 110001 | 101101 | 0 | 100011 | 11101100 | 100001 | 110001 |
Color Harmonies of #545AA5
Complementary color
Monochromatic Colors of #545AA5
Black with #545AA5
Text Example
Text Example
White with #545AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AA5; }
p { color: rgb(84,90,165); }
H1.HeaderClassName
{
color: #545AA5;
}
.AnyTagClassName
{
color: #545AA5;
}
</style>
background-color css
<style>
a { background-color: #545AA5; }
a { background-color: rgb(84,90,165); }
div.DivClassName
{
background-color: #545AA5;
}
.BgClassName
{
background-color: #545AA5;
}
</style>
border-color css
<style>
span { border-color: #545AA5; }
span { border-color: rgb(84,90,165); }
td.TdClassName
{
border-color: #545AA5;
}
.TagClassName
{
border-color: #545AA5;
}
</style>