Shades of Rich Blue #545AB1
Tints of Rich Blue #545AB1
RGB
CMYK
RGB Variations
Color information
#545AB1 (or 0x545AB1) is known color: Rich Blue. HEX triplet: 54, 5A and B1. RGB value is (84,90,177). Sum of RGB (Red+Green+Blue) = 84+90+177=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #545AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AB1 is #ABA54E. Grayscale: #616161. Windows color (decimal): -11248975 or 11622996. OLE color: 11622996.
HSL color Cylindrical-coordinate representation of color #545AB1: hue angle of 236.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545AB1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 90 | 177 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.31 |
| HSL | 236.13º | 0.37% | 0.51% | - |
| HSV(B) | 236.13º | 0.53% | 0.69% | - |
| XYZ | 15.25 | 12.37 | 43.18 | - |
| YUV | 98.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 177 | 0.53 | 0.49 | 0 | 0.31 | 236.13 | 0.37 | 0.51 |
| Hex | 54 | 5A | B1 | 35 | 31 | 0 | 1F | EC | 25 | 33 |
| Octal | 124 | 132 | 261 | 65 | 61 | 0 | 37 | 354 | 45 | 63 |
| Binary | 1010100 | 1011010 | 10110001 | 110101 | 110001 | 0 | 11111 | 11101100 | 100101 | 110011 |
Color Harmonies of #545AB1
Complementary color
Monochromatic Colors of #545AB1
Black with #545AB1
Text Example
Text Example
White with #545AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AB1; }
p { color: rgb(84,90,177); }
H1.HeaderClassName
{
color: #545AB1;
}
.AnyTagClassName
{
color: #545AB1;
}
</style>
background-color css
<style>
a { background-color: #545AB1; }
a { background-color: rgb(84,90,177); }
div.DivClassName
{
background-color: #545AB1;
}
.BgClassName
{
background-color: #545AB1;
}
</style>
border-color css
<style>
span { border-color: #545AB1; }
span { border-color: rgb(84,90,177); }
td.TdClassName
{
border-color: #545AB1;
}
.TagClassName
{
border-color: #545AB1;
}
</style>