Shades of Rich Blue #5445AB
Tints of Rich Blue #5445AB
RGB
CMYK
RGB Variations
Color information
#5445AB (or 0x5445AB) is known color: Rich Blue. HEX triplet: 54, 45 and AB. RGB value is (84,69,171). Sum of RGB (Red+Green+Blue) = 84+69+171=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5445AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5445AB is #ABBA54. Grayscale: #545454. Windows color (decimal): -11254357 or 11224404. OLE color: 11224404.
HSL color Cylindrical-coordinate representation of color #5445AB: hue angle of 248.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5445AB is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 69 | 171 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.33 |
| HSL | 248.82º | 0.43% | 0.47% | - |
| HSV(B) | 248.82º | 0.6% | 0.67% | - |
| XYZ | 13.13 | 9.08 | 39.59 | - |
| YUV | 85.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 171 | 0.51 | 0.60 | 0 | 0.33 | 248.82 | 0.43 | 0.47 |
| Hex | 54 | 45 | AB | 33 | 3C | 0 | 21 | F9 | 2A | 2F |
| Octal | 124 | 105 | 253 | 63 | 74 | 0 | 41 | 371 | 52 | 57 |
| Binary | 1010100 | 1000101 | 10101011 | 110011 | 111100 | 0 | 100001 | 11111001 | 101010 | 101111 |
Color Harmonies of #5445AB
Complementary color
Monochromatic Colors of #5445AB
Black with #5445AB
Text Example
Text Example
White with #5445AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5445AB; }
p { color: rgb(84,69,171); }
H1.HeaderClassName
{
color: #5445AB;
}
.AnyTagClassName
{
color: #5445AB;
}
</style>
background-color css
<style>
a { background-color: #5445AB; }
a { background-color: rgb(84,69,171); }
div.DivClassName
{
background-color: #5445AB;
}
.BgClassName
{
background-color: #5445AB;
}
</style>
border-color css
<style>
span { border-color: #5445AB; }
span { border-color: rgb(84,69,171); }
td.TdClassName
{
border-color: #5445AB;
}
.TagClassName
{
border-color: #5445AB;
}
</style>