Shades of Rich Blue #5541AD
Tints of Rich Blue #5541AD
RGB
CMYK
RGB Variations
Color information
#5541AD (or 0x5541AD) is known color: Rich Blue. HEX triplet: 55, 41 and AD. RGB value is (85,65,173). Sum of RGB (Red+Green+Blue) = 85+65+173=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #5541AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5541AD is #AABE52. Grayscale: #525252. Windows color (decimal): -11189843 or 11354453. OLE color: 11354453.
HSL color Cylindrical-coordinate representation of color #5541AD: hue angle of 251.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5541AD is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 65 | 173 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.32 |
| HSL | 251.11º | 0.45% | 0.47% | - |
| HSV(B) | 251.11º | 0.62% | 0.68% | - |
| XYZ | 13.18 | 8.73 | 40.53 | - |
| YUV | 83.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 173 | 0.51 | 0.62 | 0 | 0.32 | 251.11 | 0.45 | 0.47 |
| Hex | 55 | 41 | AD | 33 | 3E | 0 | 20 | FB | 2D | 2F |
| Octal | 125 | 101 | 255 | 63 | 76 | 0 | 40 | 373 | 55 | 57 |
| Binary | 1010101 | 1000001 | 10101101 | 110011 | 111110 | 0 | 100000 | 11111011 | 101101 | 101111 |
Color Harmonies of #5541AD
Complementary color
Monochromatic Colors of #5541AD
Black with #5541AD
Text Example
Text Example
White with #5541AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5541AD; }
p { color: rgb(85,65,173); }
H1.HeaderClassName
{
color: #5541AD;
}
.AnyTagClassName
{
color: #5541AD;
}
</style>
background-color css
<style>
a { background-color: #5541AD; }
a { background-color: rgb(85,65,173); }
div.DivClassName
{
background-color: #5541AD;
}
.BgClassName
{
background-color: #5541AD;
}
</style>
border-color css
<style>
span { border-color: #5541AD; }
span { border-color: rgb(85,65,173); }
td.TdClassName
{
border-color: #5541AD;
}
.TagClassName
{
border-color: #5541AD;
}
</style>