Shades of Rich Blue #5041AD
Tints of Rich Blue #5041AD
RGB
CMYK
RGB Variations
Color information
#5041AD (or 0x5041AD) is known color: Rich Blue. HEX triplet: 50, 41 and AD. RGB value is (80,65,173). Sum of RGB (Red+Green+Blue) = 80+65+173=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #5041AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5041AD is #AFBE52. Grayscale: #515151. Windows color (decimal): -11517523 or 11354448. OLE color: 11354448.
HSL color Cylindrical-coordinate representation of color #5041AD: hue angle of 248.33º 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 #5041AD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 65 | 173 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.32 |
| HSL | 248.33º | 0.45% | 0.47% | - |
| HSV(B) | 248.33º | 0.62% | 0.68% | - |
| XYZ | 12.74 | 8.5 | 40.5 | - |
| YUV | 81.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 173 | 0.54 | 0.62 | 0 | 0.32 | 248.33 | 0.45 | 0.47 |
| Hex | 50 | 41 | AD | 36 | 3E | 0 | 20 | F8 | 2D | 2F |
| Octal | 120 | 101 | 255 | 66 | 76 | 0 | 40 | 370 | 55 | 57 |
| Binary | 1010000 | 1000001 | 10101101 | 110110 | 111110 | 0 | 100000 | 11111000 | 101101 | 101111 |
Color Harmonies of #5041AD
Complementary color
Monochromatic Colors of #5041AD
Black with #5041AD
Text Example
Text Example
White with #5041AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041AD; }
p { color: rgb(80,65,173); }
H1.HeaderClassName
{
color: #5041AD;
}
.AnyTagClassName
{
color: #5041AD;
}
</style>
background-color css
<style>
a { background-color: #5041AD; }
a { background-color: rgb(80,65,173); }
div.DivClassName
{
background-color: #5041AD;
}
.BgClassName
{
background-color: #5041AD;
}
</style>
border-color css
<style>
span { border-color: #5041AD; }
span { border-color: rgb(80,65,173); }
td.TdClassName
{
border-color: #5041AD;
}
.TagClassName
{
border-color: #5041AD;
}
</style>