Shades of Rich Blue #545AAF
Tints of Rich Blue #545AAF
RGB
CMYK
RGB Variations
Color information
#545AAF (or 0x545AAF) is known color: Rich Blue. HEX triplet: 54, 5A and AF. RGB value is (84,90,175). Sum of RGB (Red+Green+Blue) = 84+90+175=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #545AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AAF is #ABA550. Grayscale: #616161. Windows color (decimal): -11248977 or 11491924. OLE color: 11491924.
HSL color Cylindrical-coordinate representation of color #545AAF: hue angle of 236.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545AAF is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 90 | 175 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.31 |
| HSL | 236.04º | 0.36% | 0.51% | - |
| HSV(B) | 236.04º | 0.52% | 0.69% | - |
| XYZ | 15.05 | 12.29 | 42.14 | - |
| YUV | 97.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 175 | 0.52 | 0.49 | 0 | 0.31 | 236.04 | 0.36 | 0.51 |
| Hex | 54 | 5A | AF | 34 | 31 | 0 | 1F | EC | 24 | 33 |
| Octal | 124 | 132 | 257 | 64 | 61 | 0 | 37 | 354 | 44 | 63 |
| Binary | 1010100 | 1011010 | 10101111 | 110100 | 110001 | 0 | 11111 | 11101100 | 100100 | 110011 |
Color Harmonies of #545AAF
Complementary color
Monochromatic Colors of #545AAF
Black with #545AAF
Text Example
Text Example
White with #545AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AAF; }
p { color: rgb(84,90,175); }
H1.HeaderClassName
{
color: #545AAF;
}
.AnyTagClassName
{
color: #545AAF;
}
</style>
background-color css
<style>
a { background-color: #545AAF; }
a { background-color: rgb(84,90,175); }
div.DivClassName
{
background-color: #545AAF;
}
.BgClassName
{
background-color: #545AAF;
}
</style>
border-color css
<style>
span { border-color: #545AAF; }
span { border-color: rgb(84,90,175); }
td.TdClassName
{
border-color: #545AAF;
}
.TagClassName
{
border-color: #545AAF;
}
</style>