Shades of Rich Blue #554DAE
Tints of Rich Blue #554DAE
RGB
CMYK
RGB Variations
Color information
#554DAE (or 0x554DAE) is known color: Rich Blue. HEX triplet: 55, 4D and AE. RGB value is (85,77,174). Sum of RGB (Red+Green+Blue) = 85+77+174=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #554DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DAE is #AAB251. Grayscale: #5A5A5A. Windows color (decimal): -11186770 or 11423061. OLE color: 11423061.
HSL color Cylindrical-coordinate representation of color #554DAE: hue angle of 244.95º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554DAE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 77 | 174 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.32 |
| HSL | 244.95º | 0.39% | 0.49% | - |
| HSV(B) | 244.95º | 0.56% | 0.68% | - |
| XYZ | 14.04 | 10.3 | 41.29 | - |
| YUV | 90.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 174 | 0.51 | 0.56 | 0 | 0.32 | 244.95 | 0.39 | 0.49 |
| Hex | 55 | 4D | AE | 33 | 38 | 0 | 20 | F5 | 27 | 31 |
| Octal | 125 | 115 | 256 | 63 | 70 | 0 | 40 | 365 | 47 | 61 |
| Binary | 1010101 | 1001101 | 10101110 | 110011 | 111000 | 0 | 100000 | 11110101 | 100111 | 110001 |
Color Harmonies of #554DAE
Complementary color
Monochromatic Colors of #554DAE
Black with #554DAE
Text Example
Text Example
White with #554DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DAE; }
p { color: rgb(85,77,174); }
H1.HeaderClassName
{
color: #554DAE;
}
.AnyTagClassName
{
color: #554DAE;
}
</style>
background-color css
<style>
a { background-color: #554DAE; }
a { background-color: rgb(85,77,174); }
div.DivClassName
{
background-color: #554DAE;
}
.BgClassName
{
background-color: #554DAE;
}
</style>
border-color css
<style>
span { border-color: #554DAE; }
span { border-color: rgb(85,77,174); }
td.TdClassName
{
border-color: #554DAE;
}
.TagClassName
{
border-color: #554DAE;
}
</style>