Shades of Rich Blue #544BBE
Tints of Rich Blue #544BBE
RGB
CMYK
RGB Variations
Color information
#544BBE (or 0x544BBE) is known color: Rich Blue. HEX triplet: 54, 4B and BE. RGB value is (84,75,190). Sum of RGB (Red+Green+Blue) = 84+75+190=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #544BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BBE is #ABB441. Grayscale: #5A5A5A. Windows color (decimal): -11252802 or 12471124. OLE color: 12471124.
HSL color Cylindrical-coordinate representation of color #544BBE: hue angle of 244.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544BBE is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 75 | 190 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.25 |
| HSL | 244.7º | 0.47% | 0.52% | - |
| HSV(B) | 244.7º | 0.61% | 0.75% | - |
| XYZ | 15.47 | 10.63 | 49.95 | - |
| YUV | 90.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 190 | 0.56 | 0.61 | 0 | 0.25 | 244.7 | 0.47 | 0.52 |
| Hex | 54 | 4B | BE | 38 | 3D | 0 | 19 | F5 | 2F | 34 |
| Octal | 124 | 113 | 276 | 70 | 75 | 0 | 31 | 365 | 57 | 64 |
| Binary | 1010100 | 1001011 | 10111110 | 111000 | 111101 | 0 | 11001 | 11110101 | 101111 | 110100 |
Color Harmonies of #544BBE
Complementary color
Monochromatic Colors of #544BBE
Black with #544BBE
Text Example
Text Example
White with #544BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544BBE; }
p { color: rgb(84,75,190); }
H1.HeaderClassName
{
color: #544BBE;
}
.AnyTagClassName
{
color: #544BBE;
}
</style>
background-color css
<style>
a { background-color: #544BBE; }
a { background-color: rgb(84,75,190); }
div.DivClassName
{
background-color: #544BBE;
}
.BgClassName
{
background-color: #544BBE;
}
</style>
border-color css
<style>
span { border-color: #544BBE; }
span { border-color: rgb(84,75,190); }
td.TdClassName
{
border-color: #544BBE;
}
.TagClassName
{
border-color: #544BBE;
}
</style>