Shades of Rich Blue #544DBE
Tints of Rich Blue #544DBE
RGB
CMYK
RGB Variations
Color information
#544DBE (or 0x544DBE) is known color: Rich Blue. HEX triplet: 54, 4D and BE. RGB value is (84,77,190). Sum of RGB (Red+Green+Blue) = 84+77+190=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #544DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DBE is #ABB241. Grayscale: #5B5B5B. Windows color (decimal): -11252290 or 12471636. OLE color: 12471636.
HSL color Cylindrical-coordinate representation of color #544DBE: hue angle of 243.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #544DBE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 77 | 190 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.25 |
| HSL | 243.72º | 0.47% | 0.52% | - |
| HSV(B) | 243.72º | 0.59% | 0.75% | - |
| XYZ | 15.6 | 10.91 | 50 | - |
| YUV | 91.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 190 | 0.56 | 0.59 | 0 | 0.25 | 243.72 | 0.47 | 0.52 |
| Hex | 54 | 4D | BE | 38 | 3B | 0 | 19 | F4 | 2F | 34 |
| Octal | 124 | 115 | 276 | 70 | 73 | 0 | 31 | 364 | 57 | 64 |
| Binary | 1010100 | 1001101 | 10111110 | 111000 | 111011 | 0 | 11001 | 11110100 | 101111 | 110100 |
Color Harmonies of #544DBE
Complementary color
Monochromatic Colors of #544DBE
Black with #544DBE
Text Example
Text Example
White with #544DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DBE; }
p { color: rgb(84,77,190); }
H1.HeaderClassName
{
color: #544DBE;
}
.AnyTagClassName
{
color: #544DBE;
}
</style>
background-color css
<style>
a { background-color: #544DBE; }
a { background-color: rgb(84,77,190); }
div.DivClassName
{
background-color: #544DBE;
}
.BgClassName
{
background-color: #544DBE;
}
</style>
border-color css
<style>
span { border-color: #544DBE; }
span { border-color: rgb(84,77,190); }
td.TdClassName
{
border-color: #544DBE;
}
.TagClassName
{
border-color: #544DBE;
}
</style>