Shades of Rich Blue #544DB3
Tints of Rich Blue #544DB3
RGB
CMYK
RGB Variations
Color information
#544DB3 (or 0x544DB3) is known color: Rich Blue. HEX triplet: 54, 4D and B3. RGB value is (84,77,179). Sum of RGB (Red+Green+Blue) = 84+77+179=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #544DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DB3 is #ABB24C. Grayscale: #5A5A5A. Windows color (decimal): -11252301 or 11750740. OLE color: 11750740.
HSL color Cylindrical-coordinate representation of color #544DB3: hue angle of 244.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #544DB3 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 77 | 179 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.30 |
| HSL | 244.12º | 0.4% | 0.5% | - |
| HSV(B) | 244.12º | 0.57% | 0.7% | - |
| XYZ | 14.45 | 10.45 | 43.9 | - |
| YUV | 90.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 179 | 0.53 | 0.57 | 0 | 0.30 | 244.12 | 0.4 | 0.5 |
| Hex | 54 | 4D | B3 | 35 | 39 | 0 | 1E | F4 | 28 | 32 |
| Octal | 124 | 115 | 263 | 65 | 71 | 0 | 36 | 364 | 50 | 62 |
| Binary | 1010100 | 1001101 | 10110011 | 110101 | 111001 | 0 | 11110 | 11110100 | 101000 | 110010 |
Color Harmonies of #544DB3
Complementary color
Monochromatic Colors of #544DB3
Black with #544DB3
Text Example
Text Example
White with #544DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DB3; }
p { color: rgb(84,77,179); }
H1.HeaderClassName
{
color: #544DB3;
}
.AnyTagClassName
{
color: #544DB3;
}
</style>
background-color css
<style>
a { background-color: #544DB3; }
a { background-color: rgb(84,77,179); }
div.DivClassName
{
background-color: #544DB3;
}
.BgClassName
{
background-color: #544DB3;
}
</style>
border-color css
<style>
span { border-color: #544DB3; }
span { border-color: rgb(84,77,179); }
td.TdClassName
{
border-color: #544DB3;
}
.TagClassName
{
border-color: #544DB3;
}
</style>