Shades of Rich Blue #554DA8
Tints of Rich Blue #554DA8
RGB
CMYK
RGB Variations
Color information
#554DA8 (or 0x554DA8) is known color: Rich Blue. HEX triplet: 55, 4D and A8. RGB value is (85,77,168). Sum of RGB (Red+Green+Blue) = 85+77+168=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #554DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DA8 is #AAB257. Grayscale: #595959. Windows color (decimal): -11186776 or 11029845. OLE color: 11029845.
HSL color Cylindrical-coordinate representation of color #554DA8: hue angle of 245.27º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554DA8 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 77 | 168 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.34 |
| HSL | 245.27º | 0.37% | 0.48% | - |
| HSV(B) | 245.27º | 0.54% | 0.66% | - |
| XYZ | 13.47 | 10.07 | 38.28 | - |
| YUV | 89.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 168 | 0.49 | 0.54 | 0 | 0.34 | 245.27 | 0.37 | 0.48 |
| Hex | 55 | 4D | A8 | 31 | 36 | 0 | 22 | F5 | 25 | 30 |
| Octal | 125 | 115 | 250 | 61 | 66 | 0 | 42 | 365 | 45 | 60 |
| Binary | 1010101 | 1001101 | 10101000 | 110001 | 110110 | 0 | 100010 | 11110101 | 100101 | 110000 |
Color Harmonies of #554DA8
Complementary color
Monochromatic Colors of #554DA8
Black with #554DA8
Text Example
Text Example
White with #554DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DA8; }
p { color: rgb(85,77,168); }
H1.HeaderClassName
{
color: #554DA8;
}
.AnyTagClassName
{
color: #554DA8;
}
</style>
background-color css
<style>
a { background-color: #554DA8; }
a { background-color: rgb(85,77,168); }
div.DivClassName
{
background-color: #554DA8;
}
.BgClassName
{
background-color: #554DA8;
}
</style>
border-color css
<style>
span { border-color: #554DA8; }
span { border-color: rgb(85,77,168); }
td.TdClassName
{
border-color: #554DA8;
}
.TagClassName
{
border-color: #554DA8;
}
</style>