Shades of Rich Blue #5550A8
Tints of Rich Blue #5550A8
RGB
CMYK
RGB Variations
Color information
#5550A8 (or 0x5550A8) is known color: Rich Blue. HEX triplet: 55, 50 and A8. RGB value is (85,80,168). Sum of RGB (Red+Green+Blue) = 85+80+168=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #5550A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550A8 is #AAAF57. Grayscale: #5B5B5B. Windows color (decimal): -11186008 or 11030613. OLE color: 11030613.
HSL color Cylindrical-coordinate representation of color #5550A8: hue angle of 243.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5550A8 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 80 | 168 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.34 |
| HSL | 243.41º | 0.35% | 0.49% | - |
| HSV(B) | 243.41º | 0.52% | 0.66% | - |
| XYZ | 13.68 | 10.5 | 38.35 | - |
| YUV | 91.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 168 | 0.49 | 0.52 | 0 | 0.34 | 243.41 | 0.35 | 0.49 |
| Hex | 55 | 50 | A8 | 31 | 34 | 0 | 22 | F3 | 23 | 31 |
| Octal | 125 | 120 | 250 | 61 | 64 | 0 | 42 | 363 | 43 | 61 |
| Binary | 1010101 | 1010000 | 10101000 | 110001 | 110100 | 0 | 100010 | 11110011 | 100011 | 110001 |
Color Harmonies of #5550A8
Complementary color
Monochromatic Colors of #5550A8
Black with #5550A8
Text Example
Text Example
White with #5550A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550A8; }
p { color: rgb(85,80,168); }
H1.HeaderClassName
{
color: #5550A8;
}
.AnyTagClassName
{
color: #5550A8;
}
</style>
background-color css
<style>
a { background-color: #5550A8; }
a { background-color: rgb(85,80,168); }
div.DivClassName
{
background-color: #5550A8;
}
.BgClassName
{
background-color: #5550A8;
}
</style>
border-color css
<style>
span { border-color: #5550A8; }
span { border-color: rgb(85,80,168); }
td.TdClassName
{
border-color: #5550A8;
}
.TagClassName
{
border-color: #5550A8;
}
</style>