Shades of Rich Blue #545AAD
Tints of Rich Blue #545AAD
RGB
CMYK
RGB Variations
Color information
#545AAD (or 0x545AAD) is known color: Rich Blue. HEX triplet: 54, 5A and AD. RGB value is (84,90,173). Sum of RGB (Red+Green+Blue) = 84+90+173=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #545AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AAD is #ABA552. Grayscale: #616161. Windows color (decimal): -11248979 or 11360852. OLE color: 11360852.
HSL color Cylindrical-coordinate representation of color #545AAD: hue angle of 235.96º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545AAD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 90 | 173 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.32 |
| HSL | 235.96º | 0.35% | 0.5% | - |
| HSV(B) | 235.96º | 0.51% | 0.68% | - |
| XYZ | 14.86 | 12.21 | 41.11 | - |
| YUV | 97.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 173 | 0.51 | 0.48 | 0 | 0.32 | 235.96 | 0.35 | 0.5 |
| Hex | 54 | 5A | AD | 33 | 30 | 0 | 20 | EC | 23 | 32 |
| Octal | 124 | 132 | 255 | 63 | 60 | 0 | 40 | 354 | 43 | 62 |
| Binary | 1010100 | 1011010 | 10101101 | 110011 | 110000 | 0 | 100000 | 11101100 | 100011 | 110010 |
Color Harmonies of #545AAD
Complementary color
Monochromatic Colors of #545AAD
Black with #545AAD
Text Example
Text Example
White with #545AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AAD; }
p { color: rgb(84,90,173); }
H1.HeaderClassName
{
color: #545AAD;
}
.AnyTagClassName
{
color: #545AAD;
}
</style>
background-color css
<style>
a { background-color: #545AAD; }
a { background-color: rgb(84,90,173); }
div.DivClassName
{
background-color: #545AAD;
}
.BgClassName
{
background-color: #545AAD;
}
</style>
border-color css
<style>
span { border-color: #545AAD; }
span { border-color: rgb(84,90,173); }
td.TdClassName
{
border-color: #545AAD;
}
.TagClassName
{
border-color: #545AAD;
}
</style>