Shades of Rich Blue #554AAE
Tints of Rich Blue #554AAE
RGB
CMYK
RGB Variations
Color information
#554AAE (or 0x554AAE) is known color: Rich Blue. HEX triplet: 55, 4A and AE. RGB value is (85,74,174). Sum of RGB (Red+Green+Blue) = 85+74+174=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #554AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554AAE is #AAB551. Grayscale: #585858. Windows color (decimal): -11187538 or 11422293. OLE color: 11422293.
HSL color Cylindrical-coordinate representation of color #554AAE: hue angle of 246.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554AAE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 74 | 174 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.32 |
| HSL | 246.6º | 0.4% | 0.49% | - |
| HSV(B) | 246.6º | 0.57% | 0.68% | - |
| XYZ | 13.84 | 9.88 | 41.22 | - |
| YUV | 88.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 174 | 0.51 | 0.57 | 0 | 0.32 | 246.6 | 0.4 | 0.49 |
| Hex | 55 | 4A | AE | 33 | 39 | 0 | 20 | F7 | 28 | 31 |
| Octal | 125 | 112 | 256 | 63 | 71 | 0 | 40 | 367 | 50 | 61 |
| Binary | 1010101 | 1001010 | 10101110 | 110011 | 111001 | 0 | 100000 | 11110111 | 101000 | 110001 |
Color Harmonies of #554AAE
Complementary color
Monochromatic Colors of #554AAE
Black with #554AAE
Text Example
Text Example
White with #554AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554AAE; }
p { color: rgb(85,74,174); }
H1.HeaderClassName
{
color: #554AAE;
}
.AnyTagClassName
{
color: #554AAE;
}
</style>
background-color css
<style>
a { background-color: #554AAE; }
a { background-color: rgb(85,74,174); }
div.DivClassName
{
background-color: #554AAE;
}
.BgClassName
{
background-color: #554AAE;
}
</style>
border-color css
<style>
span { border-color: #554AAE; }
span { border-color: rgb(85,74,174); }
td.TdClassName
{
border-color: #554AAE;
}
.TagClassName
{
border-color: #554AAE;
}
</style>