Shades of Rich Blue #5550B1
Tints of Rich Blue #5550B1
RGB
CMYK
RGB Variations
Color information
#5550B1 (or 0x5550B1) is known color: Rich Blue. HEX triplet: 55, 50 and B1. RGB value is (85,80,177). Sum of RGB (Red+Green+Blue) = 85+80+177=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #5550B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550B1 is #AAAF4E. Grayscale: #5C5C5C. Windows color (decimal): -11185999 or 11620437. OLE color: 11620437.
HSL color Cylindrical-coordinate representation of color #5550B1: hue angle of 243.09º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5550B1 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 80 | 177 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.31 |
| HSL | 243.09º | 0.38% | 0.5% | - |
| HSV(B) | 243.09º | 0.55% | 0.69% | - |
| XYZ | 14.55 | 10.84 | 42.92 | - |
| YUV | 92.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 177 | 0.52 | 0.55 | 0 | 0.31 | 243.09 | 0.38 | 0.5 |
| Hex | 55 | 50 | B1 | 34 | 37 | 0 | 1F | F3 | 26 | 32 |
| Octal | 125 | 120 | 261 | 64 | 67 | 0 | 37 | 363 | 46 | 62 |
| Binary | 1010101 | 1010000 | 10110001 | 110100 | 110111 | 0 | 11111 | 11110011 | 100110 | 110010 |
Color Harmonies of #5550B1
Complementary color
Monochromatic Colors of #5550B1
Black with #5550B1
Text Example
Text Example
White with #5550B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550B1; }
p { color: rgb(85,80,177); }
H1.HeaderClassName
{
color: #5550B1;
}
.AnyTagClassName
{
color: #5550B1;
}
</style>
background-color css
<style>
a { background-color: #5550B1; }
a { background-color: rgb(85,80,177); }
div.DivClassName
{
background-color: #5550B1;
}
.BgClassName
{
background-color: #5550B1;
}
</style>
border-color css
<style>
span { border-color: #5550B1; }
span { border-color: rgb(85,80,177); }
td.TdClassName
{
border-color: #5550B1;
}
.TagClassName
{
border-color: #5550B1;
}
</style>