Shades of Rich Blue #545AB5
Tints of Rich Blue #545AB5
RGB
CMYK
RGB Variations
Color information
#545AB5 (or 0x545AB5) is known color: Rich Blue. HEX triplet: 54, 5A and B5. RGB value is (84,90,181). Sum of RGB (Red+Green+Blue) = 84+90+181=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #545AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545AB5 is #ABA54A. Grayscale: #626262. Windows color (decimal): -11248971 or 11885140. OLE color: 11885140.
HSL color Cylindrical-coordinate representation of color #545AB5: hue angle of 236.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #545AB5 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 90 | 181 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.29 |
| HSL | 236.29º | 0.4% | 0.52% | - |
| HSV(B) | 236.29º | 0.54% | 0.71% | - |
| XYZ | 15.65 | 12.53 | 45.31 | - |
| YUV | 98.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 181 | 0.54 | 0.50 | 0 | 0.29 | 236.29 | 0.4 | 0.52 |
| Hex | 54 | 5A | B5 | 36 | 32 | 0 | 1D | EC | 28 | 34 |
| Octal | 124 | 132 | 265 | 66 | 62 | 0 | 35 | 354 | 50 | 64 |
| Binary | 1010100 | 1011010 | 10110101 | 110110 | 110010 | 0 | 11101 | 11101100 | 101000 | 110100 |
Color Harmonies of #545AB5
Complementary color
Monochromatic Colors of #545AB5
Black with #545AB5
Text Example
Text Example
White with #545AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AB5; }
p { color: rgb(84,90,181); }
H1.HeaderClassName
{
color: #545AB5;
}
.AnyTagClassName
{
color: #545AB5;
}
</style>
background-color css
<style>
a { background-color: #545AB5; }
a { background-color: rgb(84,90,181); }
div.DivClassName
{
background-color: #545AB5;
}
.BgClassName
{
background-color: #545AB5;
}
</style>
border-color css
<style>
span { border-color: #545AB5; }
span { border-color: rgb(84,90,181); }
td.TdClassName
{
border-color: #545AB5;
}
.TagClassName
{
border-color: #545AB5;
}
</style>