Shades of Rich Blue #5451AB
Tints of Rich Blue #5451AB
RGB
CMYK
RGB Variations
Color information
#5451AB (or 0x5451AB) is known color: Rich Blue. HEX triplet: 54, 51 and AB. RGB value is (84,81,171). Sum of RGB (Red+Green+Blue) = 84+81+171=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #5451AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5451AB is #ABAE54. Grayscale: #5B5B5B. Windows color (decimal): -11251285 or 11227476. OLE color: 11227476.
HSL color Cylindrical-coordinate representation of color #5451AB: hue angle of 242º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5451AB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 81 | 171 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.33 |
| HSL | 242º | 0.36% | 0.49% | - |
| HSV(B) | 242º | 0.53% | 0.67% | - |
| XYZ | 13.95 | 10.71 | 39.86 | - |
| YUV | 92.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 171 | 0.51 | 0.53 | 0 | 0.33 | 242 | 0.36 | 0.49 |
| Hex | 54 | 51 | AB | 33 | 35 | 0 | 21 | F2 | 24 | 31 |
| Octal | 124 | 121 | 253 | 63 | 65 | 0 | 41 | 362 | 44 | 61 |
| Binary | 1010100 | 1010001 | 10101011 | 110011 | 110101 | 0 | 100001 | 11110010 | 100100 | 110001 |
Color Harmonies of #5451AB
Complementary color
Monochromatic Colors of #5451AB
Black with #5451AB
Text Example
Text Example
White with #5451AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451AB; }
p { color: rgb(84,81,171); }
H1.HeaderClassName
{
color: #5451AB;
}
.AnyTagClassName
{
color: #5451AB;
}
</style>
background-color css
<style>
a { background-color: #5451AB; }
a { background-color: rgb(84,81,171); }
div.DivClassName
{
background-color: #5451AB;
}
.BgClassName
{
background-color: #5451AB;
}
</style>
border-color css
<style>
span { border-color: #5451AB; }
span { border-color: rgb(84,81,171); }
td.TdClassName
{
border-color: #5451AB;
}
.TagClassName
{
border-color: #5451AB;
}
</style>