Shades of Rich Blue #554EAC
Tints of Rich Blue #554EAC
RGB
CMYK
RGB Variations
Color information
#554EAC (or 0x554EAC) is known color: Rich Blue. HEX triplet: 55, 4E and AC. RGB value is (85,78,172). Sum of RGB (Red+Green+Blue) = 85+78+172=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #554EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554EAC is #AAB153. Grayscale: #5A5A5A. Windows color (decimal): -11186516 or 11292245. OLE color: 11292245.
HSL color Cylindrical-coordinate representation of color #554EAC: hue angle of 244.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554EAC is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 78 | 172 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.33 |
| HSL | 244.47º | 0.38% | 0.49% | - |
| HSV(B) | 244.47º | 0.55% | 0.67% | - |
| XYZ | 13.92 | 10.36 | 40.3 | - |
| YUV | 90.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 172 | 0.51 | 0.55 | 0 | 0.33 | 244.47 | 0.38 | 0.49 |
| Hex | 55 | 4E | AC | 33 | 37 | 0 | 21 | F4 | 26 | 31 |
| Octal | 125 | 116 | 254 | 63 | 67 | 0 | 41 | 364 | 46 | 61 |
| Binary | 1010101 | 1001110 | 10101100 | 110011 | 110111 | 0 | 100001 | 11110100 | 100110 | 110001 |
Color Harmonies of #554EAC
Complementary color
Monochromatic Colors of #554EAC
Black with #554EAC
Text Example
Text Example
White with #554EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EAC; }
p { color: rgb(85,78,172); }
H1.HeaderClassName
{
color: #554EAC;
}
.AnyTagClassName
{
color: #554EAC;
}
</style>
background-color css
<style>
a { background-color: #554EAC; }
a { background-color: rgb(85,78,172); }
div.DivClassName
{
background-color: #554EAC;
}
.BgClassName
{
background-color: #554EAC;
}
</style>
border-color css
<style>
span { border-color: #554EAC; }
span { border-color: rgb(85,78,172); }
td.TdClassName
{
border-color: #554EAC;
}
.TagClassName
{
border-color: #554EAC;
}
</style>