Shades of Rich Blue #554DB1
Tints of Rich Blue #554DB1
RGB
CMYK
RGB Variations
Color information
#554DB1 (or 0x554DB1) is known color: Rich Blue. HEX triplet: 55, 4D and B1. RGB value is (85,77,177). Sum of RGB (Red+Green+Blue) = 85+77+177=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #554DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DB1 is #AAB24E. Grayscale: #5A5A5A. Windows color (decimal): -11186767 or 11619669. OLE color: 11619669.
HSL color Cylindrical-coordinate representation of color #554DB1: hue angle of 244.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554DB1 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 77 | 177 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.31 |
| HSL | 244.8º | 0.39% | 0.5% | - |
| HSV(B) | 244.8º | 0.56% | 0.69% | - |
| XYZ | 14.34 | 10.41 | 42.85 | - |
| YUV | 90.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 177 | 0.52 | 0.56 | 0 | 0.31 | 244.8 | 0.39 | 0.5 |
| Hex | 55 | 4D | B1 | 34 | 38 | 0 | 1F | F5 | 27 | 32 |
| Octal | 125 | 115 | 261 | 64 | 70 | 0 | 37 | 365 | 47 | 62 |
| Binary | 1010101 | 1001101 | 10110001 | 110100 | 111000 | 0 | 11111 | 11110101 | 100111 | 110010 |
Color Harmonies of #554DB1
Complementary color
Monochromatic Colors of #554DB1
Black with #554DB1
Text Example
Text Example
White with #554DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DB1; }
p { color: rgb(85,77,177); }
H1.HeaderClassName
{
color: #554DB1;
}
.AnyTagClassName
{
color: #554DB1;
}
</style>
background-color css
<style>
a { background-color: #554DB1; }
a { background-color: rgb(85,77,177); }
div.DivClassName
{
background-color: #554DB1;
}
.BgClassName
{
background-color: #554DB1;
}
</style>
border-color css
<style>
span { border-color: #554DB1; }
span { border-color: rgb(85,77,177); }
td.TdClassName
{
border-color: #554DB1;
}
.TagClassName
{
border-color: #554DB1;
}
</style>