Shades of Rich Blue #5550BD
Tints of Rich Blue #5550BD
RGB
CMYK
RGB Variations
Color information
#5550BD (or 0x5550BD) is known color: Rich Blue. HEX triplet: 55, 50 and BD. RGB value is (85,80,189). Sum of RGB (Red+Green+Blue) = 85+80+189=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #5550BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550BD is #AAAF42. Grayscale: #5D5D5D. Windows color (decimal): -11185987 or 12406869. OLE color: 12406869.
HSL color Cylindrical-coordinate representation of color #5550BD: hue angle of 242.75º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5550BD is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 80 | 189 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.26 |
| HSL | 242.75º | 0.45% | 0.53% | - |
| HSV(B) | 242.75º | 0.58% | 0.74% | - |
| XYZ | 15.8 | 11.34 | 49.5 | - |
| YUV | 93.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 189 | 0.55 | 0.58 | 0 | 0.26 | 242.75 | 0.45 | 0.53 |
| Hex | 55 | 50 | BD | 37 | 3A | 0 | 1A | F3 | 2D | 35 |
| Octal | 125 | 120 | 275 | 67 | 72 | 0 | 32 | 363 | 55 | 65 |
| Binary | 1010101 | 1010000 | 10111101 | 110111 | 111010 | 0 | 11010 | 11110011 | 101101 | 110101 |
Color Harmonies of #5550BD
Complementary color
Monochromatic Colors of #5550BD
Black with #5550BD
Text Example
Text Example
White with #5550BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550BD; }
p { color: rgb(85,80,189); }
H1.HeaderClassName
{
color: #5550BD;
}
.AnyTagClassName
{
color: #5550BD;
}
</style>
background-color css
<style>
a { background-color: #5550BD; }
a { background-color: rgb(85,80,189); }
div.DivClassName
{
background-color: #5550BD;
}
.BgClassName
{
background-color: #5550BD;
}
</style>
border-color css
<style>
span { border-color: #5550BD; }
span { border-color: rgb(85,80,189); }
td.TdClassName
{
border-color: #5550BD;
}
.TagClassName
{
border-color: #5550BD;
}
</style>