Shades of Rich Blue #5440AD
Tints of Rich Blue #5440AD
RGB
CMYK
RGB Variations
Color information
#5440AD (or 0x5440AD) is known color: Rich Blue. HEX triplet: 54, 40 and AD. RGB value is (84,64,173). Sum of RGB (Red+Green+Blue) = 84+64+173=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #5440AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5440AD is #ABBF52. Grayscale: #515151. Windows color (decimal): -11255635 or 11354196. OLE color: 11354196.
HSL color Cylindrical-coordinate representation of color #5440AD: hue angle of 251.01º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5440AD is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 64 | 173 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.32 |
| HSL | 251.01º | 0.46% | 0.46% | - |
| HSV(B) | 251.01º | 0.63% | 0.68% | - |
| XYZ | 13.03 | 8.57 | 40.5 | - |
| YUV | 82.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 173 | 0.51 | 0.63 | 0 | 0.32 | 251.01 | 0.46 | 0.46 |
| Hex | 54 | 40 | AD | 33 | 3F | 0 | 20 | FB | 2E | 2E |
| Octal | 124 | 100 | 255 | 63 | 77 | 0 | 40 | 373 | 56 | 56 |
| Binary | 1010100 | 1000000 | 10101101 | 110011 | 111111 | 0 | 100000 | 11111011 | 101110 | 101110 |
Color Harmonies of #5440AD
Complementary color
Monochromatic Colors of #5440AD
Black with #5440AD
Text Example
Text Example
White with #5440AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440AD; }
p { color: rgb(84,64,173); }
H1.HeaderClassName
{
color: #5440AD;
}
.AnyTagClassName
{
color: #5440AD;
}
</style>
background-color css
<style>
a { background-color: #5440AD; }
a { background-color: rgb(84,64,173); }
div.DivClassName
{
background-color: #5440AD;
}
.BgClassName
{
background-color: #5440AD;
}
</style>
border-color css
<style>
span { border-color: #5440AD; }
span { border-color: rgb(84,64,173); }
td.TdClassName
{
border-color: #5440AD;
}
.TagClassName
{
border-color: #5440AD;
}
</style>