Shades of Rich Blue #554DBA
Tints of Rich Blue #554DBA
RGB
CMYK
RGB Variations
Color information
#554DBA (or 0x554DBA) is known color: Rich Blue. HEX triplet: 55, 4D and BA. RGB value is (85,77,186). Sum of RGB (Red+Green+Blue) = 85+77+186=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #554DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DBA is #AAB245. Grayscale: #5B5B5B. Windows color (decimal): -11186758 or 12209493. OLE color: 12209493.
HSL color Cylindrical-coordinate representation of color #554DBA: hue angle of 244.4º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554DBA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 77 | 186 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.27 |
| HSL | 244.4º | 0.44% | 0.52% | - |
| HSV(B) | 244.4º | 0.59% | 0.73% | - |
| XYZ | 15.26 | 10.78 | 47.73 | - |
| YUV | 91.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 186 | 0.54 | 0.59 | 0 | 0.27 | 244.4 | 0.44 | 0.52 |
| Hex | 55 | 4D | BA | 36 | 3B | 0 | 1B | F4 | 2C | 34 |
| Octal | 125 | 115 | 272 | 66 | 73 | 0 | 33 | 364 | 54 | 64 |
| Binary | 1010101 | 1001101 | 10111010 | 110110 | 111011 | 0 | 11011 | 11110100 | 101100 | 110100 |
Color Harmonies of #554DBA
Complementary color
Monochromatic Colors of #554DBA
Black with #554DBA
Text Example
Text Example
White with #554DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DBA; }
p { color: rgb(85,77,186); }
H1.HeaderClassName
{
color: #554DBA;
}
.AnyTagClassName
{
color: #554DBA;
}
</style>
background-color css
<style>
a { background-color: #554DBA; }
a { background-color: rgb(85,77,186); }
div.DivClassName
{
background-color: #554DBA;
}
.BgClassName
{
background-color: #554DBA;
}
</style>
border-color css
<style>
span { border-color: #554DBA; }
span { border-color: rgb(85,77,186); }
td.TdClassName
{
border-color: #554DBA;
}
.TagClassName
{
border-color: #554DBA;
}
</style>