Shades of Rich Blue #544EC1
Tints of Rich Blue #544EC1
RGB
CMYK
RGB Variations
Color information
#544EC1 (or 0x544EC1) is known color: Rich Blue. HEX triplet: 54, 4E and C1. RGB value is (84,78,193). Sum of RGB (Red+Green+Blue) = 84+78+193=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #544EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EC1 is #ABB13E. Grayscale: #5C5C5C. Windows color (decimal): -11252031 or 12668500. OLE color: 12668500.
HSL color Cylindrical-coordinate representation of color #544EC1: hue angle of 243.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #544EC1 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 78 | 193 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.24 |
| HSL | 243.13º | 0.48% | 0.53% | - |
| HSV(B) | 243.13º | 0.6% | 0.76% | - |
| XYZ | 16.01 | 11.18 | 51.77 | - |
| YUV | 92.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 193 | 0.56 | 0.60 | 0 | 0.24 | 243.13 | 0.48 | 0.53 |
| Hex | 54 | 4E | C1 | 38 | 3C | 0 | 18 | F3 | 30 | 35 |
| Octal | 124 | 116 | 301 | 70 | 74 | 0 | 30 | 363 | 60 | 65 |
| Binary | 1010100 | 1001110 | 11000001 | 111000 | 111100 | 0 | 11000 | 11110011 | 110000 | 110101 |
Color Harmonies of #544EC1
Complementary color
Monochromatic Colors of #544EC1
Black with #544EC1
Text Example
Text Example
White with #544EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EC1; }
p { color: rgb(84,78,193); }
H1.HeaderClassName
{
color: #544EC1;
}
.AnyTagClassName
{
color: #544EC1;
}
</style>
background-color css
<style>
a { background-color: #544EC1; }
a { background-color: rgb(84,78,193); }
div.DivClassName
{
background-color: #544EC1;
}
.BgClassName
{
background-color: #544EC1;
}
</style>
border-color css
<style>
span { border-color: #544EC1; }
span { border-color: rgb(84,78,193); }
td.TdClassName
{
border-color: #544EC1;
}
.TagClassName
{
border-color: #544EC1;
}
</style>