Shades of Rich Blue #5454AB
Tints of Rich Blue #5454AB
RGB
CMYK
RGB Variations
Color information
#5454AB (or 0x5454AB) is known color: Rich Blue. HEX triplet: 54, 54 and AB. RGB value is (84,84,171). Sum of RGB (Red+Green+Blue) = 84+84+171=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5454AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5454AB is #ABAB54. Grayscale: #5D5D5D. Windows color (decimal): -11250517 or 11228244. OLE color: 11228244.
HSL color Cylindrical-coordinate representation of color #5454AB: hue angle of 240º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5454AB is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 84 | 171 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.33 |
| HSL | 240º | 0.34% | 0.5% | - |
| HSV(B) | 240º | 0.51% | 0.67% | - |
| XYZ | 14.18 | 11.17 | 39.94 | - |
| YUV | 93.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 171 | 0.51 | 0.51 | 0 | 0.33 | 240 | 0.34 | 0.5 |
| Hex | 54 | 54 | AB | 33 | 33 | 0 | 21 | F0 | 22 | 32 |
| Octal | 124 | 124 | 253 | 63 | 63 | 0 | 41 | 360 | 42 | 62 |
| Binary | 1010100 | 1010100 | 10101011 | 110011 | 110011 | 0 | 100001 | 11110000 | 100010 | 110010 |
Color Harmonies of #5454AB
Complementary color
Monochromatic Colors of #5454AB
Black with #5454AB
Text Example
Text Example
White with #5454AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5454AB; }
p { color: rgb(84,84,171); }
H1.HeaderClassName
{
color: #5454AB;
}
.AnyTagClassName
{
color: #5454AB;
}
</style>
background-color css
<style>
a { background-color: #5454AB; }
a { background-color: rgb(84,84,171); }
div.DivClassName
{
background-color: #5454AB;
}
.BgClassName
{
background-color: #5454AB;
}
</style>
border-color css
<style>
span { border-color: #5454AB; }
span { border-color: rgb(84,84,171); }
td.TdClassName
{
border-color: #5454AB;
}
.TagClassName
{
border-color: #5454AB;
}
</style>