Shades of Rich Blue #5442AE
Tints of Rich Blue #5442AE
RGB
CMYK
RGB Variations
Color information
#5442AE (or 0x5442AE) is known color: Rich Blue. HEX triplet: 54, 42 and AE. RGB value is (84,66,174). Sum of RGB (Red+Green+Blue) = 84+66+174=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #5442AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5442AE is #ABBD51. Grayscale: #535353. Windows color (decimal): -11255122 or 11420244. OLE color: 11420244.
HSL color Cylindrical-coordinate representation of color #5442AE: hue angle of 250º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5442AE is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 66 | 174 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.32 |
| HSL | 250º | 0.45% | 0.47% | - |
| HSV(B) | 250º | 0.62% | 0.68% | - |
| XYZ | 13.24 | 8.84 | 41.05 | - |
| YUV | 83.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 174 | 0.52 | 0.62 | 0 | 0.32 | 250 | 0.45 | 0.47 |
| Hex | 54 | 42 | AE | 34 | 3E | 0 | 20 | FA | 2D | 2F |
| Octal | 124 | 102 | 256 | 64 | 76 | 0 | 40 | 372 | 55 | 57 |
| Binary | 1010100 | 1000010 | 10101110 | 110100 | 111110 | 0 | 100000 | 11111010 | 101101 | 101111 |
Color Harmonies of #5442AE
Complementary color
Monochromatic Colors of #5442AE
Black with #5442AE
Text Example
Text Example
White with #5442AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5442AE; }
p { color: rgb(84,66,174); }
H1.HeaderClassName
{
color: #5442AE;
}
.AnyTagClassName
{
color: #5442AE;
}
</style>
background-color css
<style>
a { background-color: #5442AE; }
a { background-color: rgb(84,66,174); }
div.DivClassName
{
background-color: #5442AE;
}
.BgClassName
{
background-color: #5442AE;
}
</style>
border-color css
<style>
span { border-color: #5442AE; }
span { border-color: rgb(84,66,174); }
td.TdClassName
{
border-color: #5442AE;
}
.TagClassName
{
border-color: #5442AE;
}
</style>