Shades of Rich Blue #554DAD
Tints of Rich Blue #554DAD
RGB
CMYK
RGB Variations
Color information
#554DAD (or 0x554DAD) is known color: Rich Blue. HEX triplet: 55, 4D and AD. RGB value is (85,77,173). Sum of RGB (Red+Green+Blue) = 85+77+173=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #554DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DAD is #AAB252. Grayscale: #595959. Windows color (decimal): -11186771 or 11357525. OLE color: 11357525.
HSL color Cylindrical-coordinate representation of color #554DAD: hue angle of 245º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554DAD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 77 | 173 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.32 |
| HSL | 245º | 0.38% | 0.49% | - |
| HSV(B) | 245º | 0.55% | 0.68% | - |
| XYZ | 13.94 | 10.26 | 40.78 | - |
| YUV | 90.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 173 | 0.51 | 0.55 | 0 | 0.32 | 245 | 0.38 | 0.49 |
| Hex | 55 | 4D | AD | 33 | 37 | 0 | 20 | F5 | 26 | 31 |
| Octal | 125 | 115 | 255 | 63 | 67 | 0 | 40 | 365 | 46 | 61 |
| Binary | 1010101 | 1001101 | 10101101 | 110011 | 110111 | 0 | 100000 | 11110101 | 100110 | 110001 |
Color Harmonies of #554DAD
Complementary color
Monochromatic Colors of #554DAD
Black with #554DAD
Text Example
Text Example
White with #554DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DAD; }
p { color: rgb(85,77,173); }
H1.HeaderClassName
{
color: #554DAD;
}
.AnyTagClassName
{
color: #554DAD;
}
</style>
background-color css
<style>
a { background-color: #554DAD; }
a { background-color: rgb(85,77,173); }
div.DivClassName
{
background-color: #554DAD;
}
.BgClassName
{
background-color: #554DAD;
}
</style>
border-color css
<style>
span { border-color: #554DAD; }
span { border-color: rgb(85,77,173); }
td.TdClassName
{
border-color: #554DAD;
}
.TagClassName
{
border-color: #554DAD;
}
</style>