Shades of Rich Blue #554DB5
Tints of Rich Blue #554DB5
RGB
CMYK
RGB Variations
Color information
#554DB5 (or 0x554DB5) is known color: Rich Blue. HEX triplet: 55, 4D and B5. RGB value is (85,77,181). Sum of RGB (Red+Green+Blue) = 85+77+181=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #554DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DB5 is #AAB24A. Grayscale: #5A5A5A. Windows color (decimal): -11186763 or 11881813. OLE color: 11881813.
HSL color Cylindrical-coordinate representation of color #554DB5: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554DB5 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 77 | 181 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.29 |
| HSL | 244.62º | 0.41% | 0.51% | - |
| HSV(B) | 244.62º | 0.57% | 0.71% | - |
| XYZ | 14.74 | 10.58 | 44.98 | - |
| YUV | 91.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 181 | 0.53 | 0.57 | 0 | 0.29 | 244.62 | 0.41 | 0.51 |
| Hex | 55 | 4D | B5 | 35 | 39 | 0 | 1D | F5 | 29 | 33 |
| Octal | 125 | 115 | 265 | 65 | 71 | 0 | 35 | 365 | 51 | 63 |
| Binary | 1010101 | 1001101 | 10110101 | 110101 | 111001 | 0 | 11101 | 11110101 | 101001 | 110011 |
Color Harmonies of #554DB5
Complementary color
Monochromatic Colors of #554DB5
Black with #554DB5
Text Example
Text Example
White with #554DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DB5; }
p { color: rgb(85,77,181); }
H1.HeaderClassName
{
color: #554DB5;
}
.AnyTagClassName
{
color: #554DB5;
}
</style>
background-color css
<style>
a { background-color: #554DB5; }
a { background-color: rgb(85,77,181); }
div.DivClassName
{
background-color: #554DB5;
}
.BgClassName
{
background-color: #554DB5;
}
</style>
border-color css
<style>
span { border-color: #554DB5; }
span { border-color: rgb(85,77,181); }
td.TdClassName
{
border-color: #554DB5;
}
.TagClassName
{
border-color: #554DB5;
}
</style>