Shades of Rich Blue #544FBC
Tints of Rich Blue #544FBC
RGB
CMYK
RGB Variations
Color information
#544FBC (or 0x544FBC) is known color: Rich Blue. HEX triplet: 54, 4F and BC. RGB value is (84,79,188). Sum of RGB (Red+Green+Blue) = 84+79+188=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #544FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FBC is #ABB043. Grayscale: #5C5C5C. Windows color (decimal): -11251780 or 12341076. OLE color: 12341076.
HSL color Cylindrical-coordinate representation of color #544FBC: hue angle of 242.75º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #544FBC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 79 | 188 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.26 |
| HSL | 242.75º | 0.45% | 0.52% | - |
| HSV(B) | 242.75º | 0.58% | 0.74% | - |
| XYZ | 15.53 | 11.11 | 48.9 | - |
| YUV | 92.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 188 | 0.55 | 0.58 | 0 | 0.26 | 242.75 | 0.45 | 0.52 |
| Hex | 54 | 4F | BC | 37 | 3A | 0 | 1A | F3 | 2D | 34 |
| Octal | 124 | 117 | 274 | 67 | 72 | 0 | 32 | 363 | 55 | 64 |
| Binary | 1010100 | 1001111 | 10111100 | 110111 | 111010 | 0 | 11010 | 11110011 | 101101 | 110100 |
Color Harmonies of #544FBC
Complementary color
Monochromatic Colors of #544FBC
Black with #544FBC
Text Example
Text Example
White with #544FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544FBC; }
p { color: rgb(84,79,188); }
H1.HeaderClassName
{
color: #544FBC;
}
.AnyTagClassName
{
color: #544FBC;
}
</style>
background-color css
<style>
a { background-color: #544FBC; }
a { background-color: rgb(84,79,188); }
div.DivClassName
{
background-color: #544FBC;
}
.BgClassName
{
background-color: #544FBC;
}
</style>
border-color css
<style>
span { border-color: #544FBC; }
span { border-color: rgb(84,79,188); }
td.TdClassName
{
border-color: #544FBC;
}
.TagClassName
{
border-color: #544FBC;
}
</style>