Shades of Rich Blue #5549BB
Tints of Rich Blue #5549BB
RGB
CMYK
RGB Variations
Color information
#5549BB (or 0x5549BB) is known color: Rich Blue. HEX triplet: 55, 49 and BB. RGB value is (85,73,187). Sum of RGB (Red+Green+Blue) = 85+73+187=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #5549BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549BB is #AAB644. Grayscale: #595959. Windows color (decimal): -11187781 or 12274005. OLE color: 12274005.
HSL color Cylindrical-coordinate representation of color #5549BB: hue angle of 246.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5549BB is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 73 | 187 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.27 |
| HSL | 246.32º | 0.46% | 0.51% | - |
| HSV(B) | 246.32º | 0.61% | 0.73% | - |
| XYZ | 15.1 | 10.28 | 48.2 | - |
| YUV | 89.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 187 | 0.55 | 0.61 | 0 | 0.27 | 246.32 | 0.46 | 0.51 |
| Hex | 55 | 49 | BB | 37 | 3D | 0 | 1B | F6 | 2E | 33 |
| Octal | 125 | 111 | 273 | 67 | 75 | 0 | 33 | 366 | 56 | 63 |
| Binary | 1010101 | 1001001 | 10111011 | 110111 | 111101 | 0 | 11011 | 11110110 | 101110 | 110011 |
Color Harmonies of #5549BB
Complementary color
Monochromatic Colors of #5549BB
Black with #5549BB
Text Example
Text Example
White with #5549BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5549BB; }
p { color: rgb(85,73,187); }
H1.HeaderClassName
{
color: #5549BB;
}
.AnyTagClassName
{
color: #5549BB;
}
</style>
background-color css
<style>
a { background-color: #5549BB; }
a { background-color: rgb(85,73,187); }
div.DivClassName
{
background-color: #5549BB;
}
.BgClassName
{
background-color: #5549BB;
}
</style>
border-color css
<style>
span { border-color: #5549BB; }
span { border-color: rgb(85,73,187); }
td.TdClassName
{
border-color: #5549BB;
}
.TagClassName
{
border-color: #5549BB;
}
</style>