Shades of Rich Blue #544DB7
Tints of Rich Blue #544DB7
RGB
CMYK
RGB Variations
Color information
#544DB7 (or 0x544DB7) is known color: Rich Blue. HEX triplet: 54, 4D and B7. RGB value is (84,77,183). Sum of RGB (Red+Green+Blue) = 84+77+183=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #544DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DB7 is #ABB248. Grayscale: #5A5A5A. Windows color (decimal): -11252297 or 12012884. OLE color: 12012884.
HSL color Cylindrical-coordinate representation of color #544DB7: hue angle of 243.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #544DB7 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 77 | 183 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.28 |
| HSL | 243.96º | 0.42% | 0.51% | - |
| HSV(B) | 243.96º | 0.58% | 0.72% | - |
| XYZ | 14.86 | 10.61 | 46.06 | - |
| YUV | 91.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 183 | 0.54 | 0.58 | 0 | 0.28 | 243.96 | 0.42 | 0.51 |
| Hex | 54 | 4D | B7 | 36 | 3A | 0 | 1C | F4 | 2A | 33 |
| Octal | 124 | 115 | 267 | 66 | 72 | 0 | 34 | 364 | 52 | 63 |
| Binary | 1010100 | 1001101 | 10110111 | 110110 | 111010 | 0 | 11100 | 11110100 | 101010 | 110011 |
Color Harmonies of #544DB7
Complementary color
Monochromatic Colors of #544DB7
Black with #544DB7
Text Example
Text Example
White with #544DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DB7; }
p { color: rgb(84,77,183); }
H1.HeaderClassName
{
color: #544DB7;
}
.AnyTagClassName
{
color: #544DB7;
}
</style>
background-color css
<style>
a { background-color: #544DB7; }
a { background-color: rgb(84,77,183); }
div.DivClassName
{
background-color: #544DB7;
}
.BgClassName
{
background-color: #544DB7;
}
</style>
border-color css
<style>
span { border-color: #544DB7; }
span { border-color: rgb(84,77,183); }
td.TdClassName
{
border-color: #544DB7;
}
.TagClassName
{
border-color: #544DB7;
}
</style>