Shades of Rich Blue #544CAC
Tints of Rich Blue #544CAC
RGB
CMYK
RGB Variations
Color information
#544CAC (or 0x544CAC) is known color: Rich Blue. HEX triplet: 54, 4C and AC. RGB value is (84,76,172). Sum of RGB (Red+Green+Blue) = 84+76+172=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #544CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544CAC is #ABB353. Grayscale: #585858. Windows color (decimal): -11252564 or 11291732. OLE color: 11291732.
HSL color Cylindrical-coordinate representation of color #544CAC: hue angle of 245º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544CAC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 76 | 172 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.33 |
| HSL | 245º | 0.39% | 0.49% | - |
| HSV(B) | 245º | 0.56% | 0.67% | - |
| XYZ | 13.69 | 10.03 | 40.24 | - |
| YUV | 89.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 172 | 0.51 | 0.56 | 0 | 0.33 | 245 | 0.39 | 0.49 |
| Hex | 54 | 4C | AC | 33 | 38 | 0 | 21 | F5 | 27 | 31 |
| Octal | 124 | 114 | 254 | 63 | 70 | 0 | 41 | 365 | 47 | 61 |
| Binary | 1010100 | 1001100 | 10101100 | 110011 | 111000 | 0 | 100001 | 11110101 | 100111 | 110001 |
Color Harmonies of #544CAC
Complementary color
Monochromatic Colors of #544CAC
Black with #544CAC
Text Example
Text Example
White with #544CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544CAC; }
p { color: rgb(84,76,172); }
H1.HeaderClassName
{
color: #544CAC;
}
.AnyTagClassName
{
color: #544CAC;
}
</style>
background-color css
<style>
a { background-color: #544CAC; }
a { background-color: rgb(84,76,172); }
div.DivClassName
{
background-color: #544CAC;
}
.BgClassName
{
background-color: #544CAC;
}
</style>
border-color css
<style>
span { border-color: #544CAC; }
span { border-color: rgb(84,76,172); }
td.TdClassName
{
border-color: #544CAC;
}
.TagClassName
{
border-color: #544CAC;
}
</style>