Shades of Rich Blue #5553BA
Tints of Rich Blue #5553BA
RGB
CMYK
RGB Variations
Color information
#5553BA (or 0x5553BA) is known color: Rich Blue. HEX triplet: 55, 53 and BA. RGB value is (85,83,186). Sum of RGB (Red+Green+Blue) = 85+83+186=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #5553BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553BA is #AAAC45. Grayscale: #5E5E5E. Windows color (decimal): -11185222 or 12211029. OLE color: 12211029.
HSL color Cylindrical-coordinate representation of color #5553BA: hue angle of 241.17º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5553BA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 83 | 186 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.27 |
| HSL | 241.17º | 0.43% | 0.53% | - |
| HSV(B) | 241.17º | 0.55% | 0.73% | - |
| XYZ | 15.7 | 11.66 | 47.88 | - |
| YUV | 95.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 186 | 0.54 | 0.55 | 0 | 0.27 | 241.17 | 0.43 | 0.53 |
| Hex | 55 | 53 | BA | 36 | 37 | 0 | 1B | F1 | 2B | 35 |
| Octal | 125 | 123 | 272 | 66 | 67 | 0 | 33 | 361 | 53 | 65 |
| Binary | 1010101 | 1010011 | 10111010 | 110110 | 110111 | 0 | 11011 | 11110001 | 101011 | 110101 |
Color Harmonies of #5553BA
Complementary color
Monochromatic Colors of #5553BA
Black with #5553BA
Text Example
Text Example
White with #5553BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5553BA; }
p { color: rgb(85,83,186); }
H1.HeaderClassName
{
color: #5553BA;
}
.AnyTagClassName
{
color: #5553BA;
}
</style>
background-color css
<style>
a { background-color: #5553BA; }
a { background-color: rgb(85,83,186); }
div.DivClassName
{
background-color: #5553BA;
}
.BgClassName
{
background-color: #5553BA;
}
</style>
border-color css
<style>
span { border-color: #5553BA; }
span { border-color: rgb(85,83,186); }
td.TdClassName
{
border-color: #5553BA;
}
.TagClassName
{
border-color: #5553BA;
}
</style>