Shades of Rich Blue #5550AE
Tints of Rich Blue #5550AE
RGB
CMYK
RGB Variations
Color information
#5550AE (or 0x5550AE) is known color: Rich Blue. HEX triplet: 55, 50 and AE. RGB value is (85,80,174). Sum of RGB (Red+Green+Blue) = 85+80+174=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #5550AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550AE is #AAAF51. Grayscale: #5B5B5B. Windows color (decimal): -11186002 or 11423829. OLE color: 11423829.
HSL color Cylindrical-coordinate representation of color #5550AE: hue angle of 243.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5550AE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 80 | 174 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.32 |
| HSL | 243.19º | 0.37% | 0.5% | - |
| HSV(B) | 243.19º | 0.54% | 0.68% | - |
| XYZ | 14.25 | 10.72 | 41.36 | - |
| YUV | 92.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 174 | 0.51 | 0.54 | 0 | 0.32 | 243.19 | 0.37 | 0.5 |
| Hex | 55 | 50 | AE | 33 | 36 | 0 | 20 | F3 | 25 | 32 |
| Octal | 125 | 120 | 256 | 63 | 66 | 0 | 40 | 363 | 45 | 62 |
| Binary | 1010101 | 1010000 | 10101110 | 110011 | 110110 | 0 | 100000 | 11110011 | 100101 | 110010 |
Color Harmonies of #5550AE
Complementary color
Monochromatic Colors of #5550AE
Black with #5550AE
Text Example
Text Example
White with #5550AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550AE; }
p { color: rgb(85,80,174); }
H1.HeaderClassName
{
color: #5550AE;
}
.AnyTagClassName
{
color: #5550AE;
}
</style>
background-color css
<style>
a { background-color: #5550AE; }
a { background-color: rgb(85,80,174); }
div.DivClassName
{
background-color: #5550AE;
}
.BgClassName
{
background-color: #5550AE;
}
</style>
border-color css
<style>
span { border-color: #5550AE; }
span { border-color: rgb(85,80,174); }
td.TdClassName
{
border-color: #5550AE;
}
.TagClassName
{
border-color: #5550AE;
}
</style>