Shades of Rich Blue #545DAE
Tints of Rich Blue #545DAE
RGB
CMYK
RGB Variations
Color information
#545DAE (or 0x545DAE) is known color: Rich Blue. HEX triplet: 54, 5D and AE. RGB value is (84,93,174). Sum of RGB (Red+Green+Blue) = 84+93+174=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #545DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAE is #ABA251. Grayscale: #636363. Windows color (decimal): -11248210 or 11427156. OLE color: 11427156.
HSL color Cylindrical-coordinate representation of color #545DAE: hue angle of 234º 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 #545DAE is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 93 | 174 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.32 |
| HSL | 234º | 0.36% | 0.51% | - |
| HSV(B) | 234º | 0.52% | 0.68% | - |
| XYZ | 15.21 | 12.77 | 41.71 | - |
| YUV | 99.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 174 | 0.52 | 0.47 | 0 | 0.32 | 234 | 0.36 | 0.51 |
| Hex | 54 | 5D | AE | 34 | 2F | 0 | 20 | EA | 24 | 33 |
| Octal | 124 | 135 | 256 | 64 | 57 | 0 | 40 | 352 | 44 | 63 |
| Binary | 1010100 | 1011101 | 10101110 | 110100 | 101111 | 0 | 100000 | 11101010 | 100100 | 110011 |
Color Harmonies of #545DAE
Complementary color
Monochromatic Colors of #545DAE
Black with #545DAE
Text Example
Text Example
White with #545DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DAE; }
p { color: rgb(84,93,174); }
H1.HeaderClassName
{
color: #545DAE;
}
.AnyTagClassName
{
color: #545DAE;
}
</style>
background-color css
<style>
a { background-color: #545DAE; }
a { background-color: rgb(84,93,174); }
div.DivClassName
{
background-color: #545DAE;
}
.BgClassName
{
background-color: #545DAE;
}
</style>
border-color css
<style>
span { border-color: #545DAE; }
span { border-color: rgb(84,93,174); }
td.TdClassName
{
border-color: #545DAE;
}
.TagClassName
{
border-color: #545DAE;
}
</style>