Shades of Rich Blue #5553BB
Tints of Rich Blue #5553BB
RGB
CMYK
RGB Variations
Color information
#5553BB (or 0x5553BB) is known color: Rich Blue. HEX triplet: 55, 53 and BB. RGB value is (85,83,187). Sum of RGB (Red+Green+Blue) = 85+83+187=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #5553BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553BB is #AAAC44. Grayscale: #5F5F5F. Windows color (decimal): -11185221 or 12276565. OLE color: 12276565.
HSL color Cylindrical-coordinate representation of color #5553BB: hue angle of 241.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5553BB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 83 | 187 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.27 |
| HSL | 241.15º | 0.43% | 0.53% | - |
| HSV(B) | 241.15º | 0.56% | 0.73% | - |
| XYZ | 15.81 | 11.71 | 48.44 | - |
| YUV | 95.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 187 | 0.55 | 0.56 | 0 | 0.27 | 241.15 | 0.43 | 0.53 |
| Hex | 55 | 53 | BB | 37 | 38 | 0 | 1B | F1 | 2B | 35 |
| Octal | 125 | 123 | 273 | 67 | 70 | 0 | 33 | 361 | 53 | 65 |
| Binary | 1010101 | 1010011 | 10111011 | 110111 | 111000 | 0 | 11011 | 11110001 | 101011 | 110101 |
Color Harmonies of #5553BB
Complementary color
Monochromatic Colors of #5553BB
Black with #5553BB
Text Example
Text Example
White with #5553BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5553BB; }
p { color: rgb(85,83,187); }
H1.HeaderClassName
{
color: #5553BB;
}
.AnyTagClassName
{
color: #5553BB;
}
</style>
background-color css
<style>
a { background-color: #5553BB; }
a { background-color: rgb(85,83,187); }
div.DivClassName
{
background-color: #5553BB;
}
.BgClassName
{
background-color: #5553BB;
}
</style>
border-color css
<style>
span { border-color: #5553BB; }
span { border-color: rgb(85,83,187); }
td.TdClassName
{
border-color: #5553BB;
}
.TagClassName
{
border-color: #5553BB;
}
</style>