Shades of Rich Blue #5553AA
Tints of Rich Blue #5553AA
RGB
CMYK
RGB Variations
Color information
#5553AA (or 0x5553AA) is known color: Rich Blue. HEX triplet: 55, 53 and AA. RGB value is (85,83,170). Sum of RGB (Red+Green+Blue) = 85+83+170=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #5553AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5553AA is #AAAC55. Grayscale: #5D5D5D. Windows color (decimal): -11185238 or 11162453. OLE color: 11162453.
HSL color Cylindrical-coordinate representation of color #5553AA: hue angle of 241.38º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5553AA is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 83 | 170 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.33 |
| HSL | 241.38º | 0.34% | 0.5% | - |
| HSV(B) | 241.38º | 0.51% | 0.67% | - |
| XYZ | 14.1 | 11.02 | 39.41 | - |
| YUV | 93.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 170 | 0.50 | 0.51 | 0 | 0.33 | 241.38 | 0.34 | 0.5 |
| Hex | 55 | 53 | AA | 32 | 33 | 0 | 21 | F1 | 22 | 32 |
| Octal | 125 | 123 | 252 | 62 | 63 | 0 | 41 | 361 | 42 | 62 |
| Binary | 1010101 | 1010011 | 10101010 | 110010 | 110011 | 0 | 100001 | 11110001 | 100010 | 110010 |
Color Harmonies of #5553AA
Complementary color
Monochromatic Colors of #5553AA
Black with #5553AA
Text Example
Text Example
White with #5553AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5553AA; }
p { color: rgb(85,83,170); }
H1.HeaderClassName
{
color: #5553AA;
}
.AnyTagClassName
{
color: #5553AA;
}
</style>
background-color css
<style>
a { background-color: #5553AA; }
a { background-color: rgb(85,83,170); }
div.DivClassName
{
background-color: #5553AA;
}
.BgClassName
{
background-color: #5553AA;
}
</style>
border-color css
<style>
span { border-color: #5553AA; }
span { border-color: rgb(85,83,170); }
td.TdClassName
{
border-color: #5553AA;
}
.TagClassName
{
border-color: #5553AA;
}
</style>