Shades of Rich Blue #5540AE
Tints of Rich Blue #5540AE
RGB
CMYK
RGB Variations
Color information
#5540AE (or 0x5540AE) is known color: Rich Blue. HEX triplet: 55, 40 and AE. RGB value is (85,64,174). Sum of RGB (Red+Green+Blue) = 85+64+174=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #5540AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5540AE is #AABF51. Grayscale: #525252. Windows color (decimal): -11190098 or 11419733. OLE color: 11419733.
HSL color Cylindrical-coordinate representation of color #5540AE: hue angle of 251.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5540AE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 64 | 174 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.32 |
| HSL | 251.45º | 0.46% | 0.47% | - |
| HSV(B) | 251.45º | 0.63% | 0.68% | - |
| XYZ | 13.22 | 8.65 | 41.02 | - |
| YUV | 82.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 174 | 0.51 | 0.63 | 0 | 0.32 | 251.45 | 0.46 | 0.47 |
| Hex | 55 | 40 | AE | 33 | 3F | 0 | 20 | FB | 2E | 2F |
| Octal | 125 | 100 | 256 | 63 | 77 | 0 | 40 | 373 | 56 | 57 |
| Binary | 1010101 | 1000000 | 10101110 | 110011 | 111111 | 0 | 100000 | 11111011 | 101110 | 101111 |
Color Harmonies of #5540AE
Complementary color
Monochromatic Colors of #5540AE
Black with #5540AE
Text Example
Text Example
White with #5540AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540AE; }
p { color: rgb(85,64,174); }
H1.HeaderClassName
{
color: #5540AE;
}
.AnyTagClassName
{
color: #5540AE;
}
</style>
background-color css
<style>
a { background-color: #5540AE; }
a { background-color: rgb(85,64,174); }
div.DivClassName
{
background-color: #5540AE;
}
.BgClassName
{
background-color: #5540AE;
}
</style>
border-color css
<style>
span { border-color: #5540AE; }
span { border-color: rgb(85,64,174); }
td.TdClassName
{
border-color: #5540AE;
}
.TagClassName
{
border-color: #5540AE;
}
</style>