Shades of Rich Blue #544ABC
Tints of Rich Blue #544ABC
RGB
CMYK
RGB Variations
Color information
#544ABC (or 0x544ABC) is known color: Rich Blue. HEX triplet: 54, 4A and BC. RGB value is (84,74,188). Sum of RGB (Red+Green+Blue) = 84+74+188=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #544ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ABC is #ABB543. Grayscale: #595959. Windows color (decimal): -11253060 or 12339796. OLE color: 12339796.
HSL color Cylindrical-coordinate representation of color #544ABC: hue angle of 245.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544ABC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 74 | 188 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.26 |
| HSL | 245.26º | 0.46% | 0.51% | - |
| HSV(B) | 245.26º | 0.61% | 0.74% | - |
| XYZ | 15.18 | 10.41 | 48.79 | - |
| YUV | 89.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 188 | 0.55 | 0.61 | 0 | 0.26 | 245.26 | 0.46 | 0.51 |
| Hex | 54 | 4A | BC | 37 | 3D | 0 | 1A | F5 | 2E | 33 |
| Octal | 124 | 112 | 274 | 67 | 75 | 0 | 32 | 365 | 56 | 63 |
| Binary | 1010100 | 1001010 | 10111100 | 110111 | 111101 | 0 | 11010 | 11110101 | 101110 | 110011 |
Color Harmonies of #544ABC
Complementary color
Monochromatic Colors of #544ABC
Black with #544ABC
Text Example
Text Example
White with #544ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544ABC; }
p { color: rgb(84,74,188); }
H1.HeaderClassName
{
color: #544ABC;
}
.AnyTagClassName
{
color: #544ABC;
}
</style>
background-color css
<style>
a { background-color: #544ABC; }
a { background-color: rgb(84,74,188); }
div.DivClassName
{
background-color: #544ABC;
}
.BgClassName
{
background-color: #544ABC;
}
</style>
border-color css
<style>
span { border-color: #544ABC; }
span { border-color: rgb(84,74,188); }
td.TdClassName
{
border-color: #544ABC;
}
.TagClassName
{
border-color: #544ABC;
}
</style>