Shades of Rich Blue #5545AA
Tints of Rich Blue #5545AA
RGB
CMYK
RGB Variations
Color information
#5545AA (or 0x5545AA) is known color: Rich Blue. HEX triplet: 55, 45 and AA. RGB value is (85,69,170). Sum of RGB (Red+Green+Blue) = 85+69+170=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #5545AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5545AA is #AABA55. Grayscale: #545454. Windows color (decimal): -11188822 or 11158869. OLE color: 11158869.
HSL color Cylindrical-coordinate representation of color #5545AA: hue angle of 249.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5545AA is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 69 | 170 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.33 |
| HSL | 249.5º | 0.42% | 0.47% | - |
| HSV(B) | 249.5º | 0.59% | 0.67% | - |
| XYZ | 13.13 | 9.09 | 39.09 | - |
| YUV | 85.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 170 | 0.50 | 0.59 | 0 | 0.33 | 249.5 | 0.42 | 0.47 |
| Hex | 55 | 45 | AA | 32 | 3B | 0 | 21 | FA | 2A | 2F |
| Octal | 125 | 105 | 252 | 62 | 73 | 0 | 41 | 372 | 52 | 57 |
| Binary | 1010101 | 1000101 | 10101010 | 110010 | 111011 | 0 | 100001 | 11111010 | 101010 | 101111 |
Color Harmonies of #5545AA
Complementary color
Monochromatic Colors of #5545AA
Black with #5545AA
Text Example
Text Example
White with #5545AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5545AA; }
p { color: rgb(85,69,170); }
H1.HeaderClassName
{
color: #5545AA;
}
.AnyTagClassName
{
color: #5545AA;
}
</style>
background-color css
<style>
a { background-color: #5545AA; }
a { background-color: rgb(85,69,170); }
div.DivClassName
{
background-color: #5545AA;
}
.BgClassName
{
background-color: #5545AA;
}
</style>
border-color css
<style>
span { border-color: #5545AA; }
span { border-color: rgb(85,69,170); }
td.TdClassName
{
border-color: #5545AA;
}
.TagClassName
{
border-color: #5545AA;
}
</style>