Shades of Rich Blue #544DAC
Tints of Rich Blue #544DAC
RGB
CMYK
RGB Variations
Color information
#544DAC (or 0x544DAC) is known color: Rich Blue. HEX triplet: 54, 4D and AC. RGB value is (84,77,172). Sum of RGB (Red+Green+Blue) = 84+77+172=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #544DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544DAC is #ABB253. Grayscale: #595959. Windows color (decimal): -11252308 or 11291988. OLE color: 11291988.
HSL color Cylindrical-coordinate representation of color #544DAC: hue angle of 244.42º 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 #544DAC is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 77 | 172 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.33 |
| HSL | 244.42º | 0.38% | 0.49% | - |
| HSV(B) | 244.42º | 0.55% | 0.67% | - |
| XYZ | 13.76 | 10.17 | 40.27 | - |
| YUV | 89.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 172 | 0.51 | 0.55 | 0 | 0.33 | 244.42 | 0.38 | 0.49 |
| Hex | 54 | 4D | AC | 33 | 37 | 0 | 21 | F4 | 26 | 31 |
| Octal | 124 | 115 | 254 | 63 | 67 | 0 | 41 | 364 | 46 | 61 |
| Binary | 1010100 | 1001101 | 10101100 | 110011 | 110111 | 0 | 100001 | 11110100 | 100110 | 110001 |
Color Harmonies of #544DAC
Complementary color
Monochromatic Colors of #544DAC
Black with #544DAC
Text Example
Text Example
White with #544DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DAC; }
p { color: rgb(84,77,172); }
H1.HeaderClassName
{
color: #544DAC;
}
.AnyTagClassName
{
color: #544DAC;
}
</style>
background-color css
<style>
a { background-color: #544DAC; }
a { background-color: rgb(84,77,172); }
div.DivClassName
{
background-color: #544DAC;
}
.BgClassName
{
background-color: #544DAC;
}
</style>
border-color css
<style>
span { border-color: #544DAC; }
span { border-color: rgb(84,77,172); }
td.TdClassName
{
border-color: #544DAC;
}
.TagClassName
{
border-color: #544DAC;
}
</style>