Shades of Rich Blue #545AA4
Tints of Rich Blue #545AA4
RGB
CMYK
RGB Variations
Color information
#545AA4 (or 0x545AA4) is known color: Rich Blue. HEX triplet: 54, 5A and A4. RGB value is (84,90,164). Sum of RGB (Red+Green+Blue) = 84+90+164=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #545AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AA4 is #ABA55B. Grayscale: #606060. Windows color (decimal): -11248988 or 10771028. OLE color: 10771028.
HSL color Cylindrical-coordinate representation of color #545AA4: hue angle of 235.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545AA4 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 90 | 164 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.36 |
| HSL | 235.5º | 0.32% | 0.49% | - |
| HSV(B) | 235.5º | 0.49% | 0.64% | - |
| XYZ | 14.01 | 11.88 | 36.68 | - |
| YUV | 96.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 164 | 0.49 | 0.45 | 0 | 0.36 | 235.5 | 0.32 | 0.49 |
| Hex | 54 | 5A | A4 | 31 | 2D | 0 | 24 | EC | 20 | 31 |
| Octal | 124 | 132 | 244 | 61 | 55 | 0 | 44 | 354 | 40 | 61 |
| Binary | 1010100 | 1011010 | 10100100 | 110001 | 101101 | 0 | 100100 | 11101100 | 100000 | 110001 |
Color Harmonies of #545AA4
Complementary color
Monochromatic Colors of #545AA4
Black with #545AA4
Text Example
Text Example
White with #545AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AA4; }
p { color: rgb(84,90,164); }
H1.HeaderClassName
{
color: #545AA4;
}
.AnyTagClassName
{
color: #545AA4;
}
</style>
background-color css
<style>
a { background-color: #545AA4; }
a { background-color: rgb(84,90,164); }
div.DivClassName
{
background-color: #545AA4;
}
.BgClassName
{
background-color: #545AA4;
}
</style>
border-color css
<style>
span { border-color: #545AA4; }
span { border-color: rgb(84,90,164); }
td.TdClassName
{
border-color: #545AA4;
}
.TagClassName
{
border-color: #545AA4;
}
</style>