Shades of Rich Blue #5544A9
Tints of Rich Blue #5544A9
RGB
CMYK
RGB Variations
Color information
#5544A9 (or 0x5544A9) is known color: Rich Blue. HEX triplet: 55, 44 and A9. RGB value is (85,68,169). Sum of RGB (Red+Green+Blue) = 85+68+169=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #5544A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5544A9 is #AABB56. Grayscale: #545454. Windows color (decimal): -11189079 or 11093077. OLE color: 11093077.
HSL color Cylindrical-coordinate representation of color #5544A9: hue angle of 250.1º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5544A9 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 68 | 169 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.34 |
| HSL | 250.1º | 0.43% | 0.46% | - |
| HSV(B) | 250.1º | 0.6% | 0.66% | - |
| XYZ | 12.97 | 8.93 | 38.58 | - |
| YUV | 84.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 169 | 0.50 | 0.60 | 0 | 0.34 | 250.1 | 0.43 | 0.46 |
| Hex | 55 | 44 | A9 | 32 | 3C | 0 | 22 | FA | 2B | 2E |
| Octal | 125 | 104 | 251 | 62 | 74 | 0 | 42 | 372 | 53 | 56 |
| Binary | 1010101 | 1000100 | 10101001 | 110010 | 111100 | 0 | 100010 | 11111010 | 101011 | 101110 |
Color Harmonies of #5544A9
Complementary color
Monochromatic Colors of #5544A9
Black with #5544A9
Text Example
Text Example
White with #5544A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5544A9; }
p { color: rgb(85,68,169); }
H1.HeaderClassName
{
color: #5544A9;
}
.AnyTagClassName
{
color: #5544A9;
}
</style>
background-color css
<style>
a { background-color: #5544A9; }
a { background-color: rgb(85,68,169); }
div.DivClassName
{
background-color: #5544A9;
}
.BgClassName
{
background-color: #5544A9;
}
</style>
border-color css
<style>
span { border-color: #5544A9; }
span { border-color: rgb(85,68,169); }
td.TdClassName
{
border-color: #5544A9;
}
.TagClassName
{
border-color: #5544A9;
}
</style>