Shades of Rich Blue #554DAA
Tints of Rich Blue #554DAA
RGB
CMYK
RGB Variations
Color information
#554DAA (or 0x554DAA) is known color: Rich Blue. HEX triplet: 55, 4D and AA. RGB value is (85,77,170). Sum of RGB (Red+Green+Blue) = 85+77+170=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #554DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DAA is #AAB255. Grayscale: #595959. Windows color (decimal): -11186774 or 11160917. OLE color: 11160917.
HSL color Cylindrical-coordinate representation of color #554DAA: hue angle of 245.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554DAA is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 77 | 170 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.33 |
| HSL | 245.16º | 0.38% | 0.48% | - |
| HSV(B) | 245.16º | 0.55% | 0.67% | - |
| XYZ | 13.66 | 10.14 | 39.27 | - |
| YUV | 89.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 170 | 0.50 | 0.55 | 0 | 0.33 | 245.16 | 0.38 | 0.48 |
| Hex | 55 | 4D | AA | 32 | 37 | 0 | 21 | F5 | 26 | 30 |
| Octal | 125 | 115 | 252 | 62 | 67 | 0 | 41 | 365 | 46 | 60 |
| Binary | 1010101 | 1001101 | 10101010 | 110010 | 110111 | 0 | 100001 | 11110101 | 100110 | 110000 |
Color Harmonies of #554DAA
Complementary color
Monochromatic Colors of #554DAA
Black with #554DAA
Text Example
Text Example
White with #554DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DAA; }
p { color: rgb(85,77,170); }
H1.HeaderClassName
{
color: #554DAA;
}
.AnyTagClassName
{
color: #554DAA;
}
</style>
background-color css
<style>
a { background-color: #554DAA; }
a { background-color: rgb(85,77,170); }
div.DivClassName
{
background-color: #554DAA;
}
.BgClassName
{
background-color: #554DAA;
}
</style>
border-color css
<style>
span { border-color: #554DAA; }
span { border-color: rgb(85,77,170); }
td.TdClassName
{
border-color: #554DAA;
}
.TagClassName
{
border-color: #554DAA;
}
</style>