Shades of Rich Blue #545EAE
Tints of Rich Blue #545EAE
RGB
CMYK
RGB Variations
Color information
#545EAE (or 0x545EAE) is known color: Rich Blue. HEX triplet: 54, 5E and AE. RGB value is (84,94,174). Sum of RGB (Red+Green+Blue) = 84+94+174=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #545EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545EAE is #ABA151. Grayscale: #636363. Windows color (decimal): -11247954 or 11427412. OLE color: 11427412.
HSL color Cylindrical-coordinate representation of color #545EAE: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545EAE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 94 | 174 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.32 |
| HSL | 233.33º | 0.36% | 0.51% | - |
| HSV(B) | 233.33º | 0.52% | 0.68% | - |
| XYZ | 15.3 | 12.95 | 41.74 | - |
| YUV | 100.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 174 | 0.52 | 0.46 | 0 | 0.32 | 233.33 | 0.36 | 0.51 |
| Hex | 54 | 5E | AE | 34 | 2E | 0 | 20 | E9 | 24 | 33 |
| Octal | 124 | 136 | 256 | 64 | 56 | 0 | 40 | 351 | 44 | 63 |
| Binary | 1010100 | 1011110 | 10101110 | 110100 | 101110 | 0 | 100000 | 11101001 | 100100 | 110011 |
Color Harmonies of #545EAE
Complementary color
Monochromatic Colors of #545EAE
Black with #545EAE
Text Example
Text Example
White with #545EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EAE; }
p { color: rgb(84,94,174); }
H1.HeaderClassName
{
color: #545EAE;
}
.AnyTagClassName
{
color: #545EAE;
}
</style>
background-color css
<style>
a { background-color: #545EAE; }
a { background-color: rgb(84,94,174); }
div.DivClassName
{
background-color: #545EAE;
}
.BgClassName
{
background-color: #545EAE;
}
</style>
border-color css
<style>
span { border-color: #545EAE; }
span { border-color: rgb(84,94,174); }
td.TdClassName
{
border-color: #545EAE;
}
.TagClassName
{
border-color: #545EAE;
}
</style>