Shades of Rich Blue #554BBB
Tints of Rich Blue #554BBB
RGB
CMYK
RGB Variations
Color information
#554BBB (or 0x554BBB) is known color: Rich Blue. HEX triplet: 55, 4B and BB. RGB value is (85,75,187). Sum of RGB (Red+Green+Blue) = 85+75+187=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #554BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BBB is #AAB444. Grayscale: #5A5A5A. Windows color (decimal): -11187269 or 12274517. OLE color: 12274517.
HSL color Cylindrical-coordinate representation of color #554BBB: hue angle of 245.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554BBB is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 75 | 187 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.27 |
| HSL | 245.36º | 0.45% | 0.51% | - |
| HSV(B) | 245.36º | 0.6% | 0.73% | - |
| XYZ | 15.23 | 10.55 | 48.25 | - |
| YUV | 90.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 187 | 0.55 | 0.60 | 0 | 0.27 | 245.36 | 0.45 | 0.51 |
| Hex | 55 | 4B | BB | 37 | 3C | 0 | 1B | F5 | 2D | 33 |
| Octal | 125 | 113 | 273 | 67 | 74 | 0 | 33 | 365 | 55 | 63 |
| Binary | 1010101 | 1001011 | 10111011 | 110111 | 111100 | 0 | 11011 | 11110101 | 101101 | 110011 |
Color Harmonies of #554BBB
Complementary color
Monochromatic Colors of #554BBB
Black with #554BBB
Text Example
Text Example
White with #554BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BBB; }
p { color: rgb(85,75,187); }
H1.HeaderClassName
{
color: #554BBB;
}
.AnyTagClassName
{
color: #554BBB;
}
</style>
background-color css
<style>
a { background-color: #554BBB; }
a { background-color: rgb(85,75,187); }
div.DivClassName
{
background-color: #554BBB;
}
.BgClassName
{
background-color: #554BBB;
}
</style>
border-color css
<style>
span { border-color: #554BBB; }
span { border-color: rgb(85,75,187); }
td.TdClassName
{
border-color: #554BBB;
}
.TagClassName
{
border-color: #554BBB;
}
</style>