Shades of Rich Blue #5440AB
Tints of Rich Blue #5440AB
RGB
CMYK
RGB Variations
Color information
#5440AB (or 0x5440AB) is known color: Rich Blue. HEX triplet: 54, 40 and AB. RGB value is (84,64,171). Sum of RGB (Red+Green+Blue) = 84+64+171=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5440AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5440AB is #ABBF54. Grayscale: #515151. Windows color (decimal): -11255637 or 11223124. OLE color: 11223124.
HSL color Cylindrical-coordinate representation of color #5440AB: hue angle of 251.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5440AB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 64 | 171 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.33 |
| HSL | 251.22º | 0.46% | 0.46% | - |
| HSV(B) | 251.22º | 0.63% | 0.67% | - |
| XYZ | 12.84 | 8.49 | 39.49 | - |
| YUV | 82.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 171 | 0.51 | 0.63 | 0 | 0.33 | 251.22 | 0.46 | 0.46 |
| Hex | 54 | 40 | AB | 33 | 3F | 0 | 21 | FB | 2E | 2E |
| Octal | 124 | 100 | 253 | 63 | 77 | 0 | 41 | 373 | 56 | 56 |
| Binary | 1010100 | 1000000 | 10101011 | 110011 | 111111 | 0 | 100001 | 11111011 | 101110 | 101110 |
Color Harmonies of #5440AB
Complementary color
Monochromatic Colors of #5440AB
Black with #5440AB
Text Example
Text Example
White with #5440AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440AB; }
p { color: rgb(84,64,171); }
H1.HeaderClassName
{
color: #5440AB;
}
.AnyTagClassName
{
color: #5440AB;
}
</style>
background-color css
<style>
a { background-color: #5440AB; }
a { background-color: rgb(84,64,171); }
div.DivClassName
{
background-color: #5440AB;
}
.BgClassName
{
background-color: #5440AB;
}
</style>
border-color css
<style>
span { border-color: #5440AB; }
span { border-color: rgb(84,64,171); }
td.TdClassName
{
border-color: #5440AB;
}
.TagClassName
{
border-color: #5440AB;
}
</style>