Shades of Rich Blue #554AAA
Tints of Rich Blue #554AAA
RGB
CMYK
RGB Variations
Color information
#554AAA (or 0x554AAA) is known color: Rich Blue. HEX triplet: 55, 4A and AA. RGB value is (85,74,170). Sum of RGB (Red+Green+Blue) = 85+74+170=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #554AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554AAA is #AAB555. Grayscale: #575757. Windows color (decimal): -11187542 or 11160149. OLE color: 11160149.
HSL color Cylindrical-coordinate representation of color #554AAA: hue angle of 246.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554AAA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 74 | 170 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.33 |
| HSL | 246.88º | 0.39% | 0.48% | - |
| HSV(B) | 246.88º | 0.56% | 0.67% | - |
| XYZ | 13.45 | 9.73 | 39.2 | - |
| YUV | 88.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 170 | 0.50 | 0.56 | 0 | 0.33 | 246.88 | 0.39 | 0.48 |
| Hex | 55 | 4A | AA | 32 | 38 | 0 | 21 | F7 | 27 | 30 |
| Octal | 125 | 112 | 252 | 62 | 70 | 0 | 41 | 367 | 47 | 60 |
| Binary | 1010101 | 1001010 | 10101010 | 110010 | 111000 | 0 | 100001 | 11110111 | 100111 | 110000 |
Color Harmonies of #554AAA
Complementary color
Monochromatic Colors of #554AAA
Black with #554AAA
Text Example
Text Example
White with #554AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554AAA; }
p { color: rgb(85,74,170); }
H1.HeaderClassName
{
color: #554AAA;
}
.AnyTagClassName
{
color: #554AAA;
}
</style>
background-color css
<style>
a { background-color: #554AAA; }
a { background-color: rgb(85,74,170); }
div.DivClassName
{
background-color: #554AAA;
}
.BgClassName
{
background-color: #554AAA;
}
</style>
border-color css
<style>
span { border-color: #554AAA; }
span { border-color: rgb(85,74,170); }
td.TdClassName
{
border-color: #554AAA;
}
.TagClassName
{
border-color: #554AAA;
}
</style>