Shades of Rich Blue #5060AD
Tints of Rich Blue #5060AD
RGB
CMYK
RGB Variations
Color information
#5060AD (or 0x5060AD) is known color: Rich Blue. HEX triplet: 50, 60 and AD. RGB value is (80,96,173). Sum of RGB (Red+Green+Blue) = 80+96+173=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #5060AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5060AD is #AF9F52. Grayscale: #636363. Windows color (decimal): -11509587 or 11362384. OLE color: 11362384.
HSL color Cylindrical-coordinate representation of color #5060AD: hue angle of 229.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5060AD is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 96 | 173 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.32 |
| HSL | 229.68º | 0.37% | 0.5% | - |
| HSV(B) | 229.68º | 0.54% | 0.68% | - |
| XYZ | 15.03 | 13.09 | 41.27 | - |
| YUV | 99.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 173 | 0.54 | 0.45 | 0 | 0.32 | 229.68 | 0.37 | 0.5 |
| Hex | 50 | 60 | AD | 36 | 2D | 0 | 20 | E6 | 25 | 32 |
| Octal | 120 | 140 | 255 | 66 | 55 | 0 | 40 | 346 | 45 | 62 |
| Binary | 1010000 | 1100000 | 10101101 | 110110 | 101101 | 0 | 100000 | 11100110 | 100101 | 110010 |
Color Harmonies of #5060AD
Complementary color
Monochromatic Colors of #5060AD
Black with #5060AD
Text Example
Text Example
White with #5060AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5060AD; }
p { color: rgb(80,96,173); }
H1.HeaderClassName
{
color: #5060AD;
}
.AnyTagClassName
{
color: #5060AD;
}
</style>
background-color css
<style>
a { background-color: #5060AD; }
a { background-color: rgb(80,96,173); }
div.DivClassName
{
background-color: #5060AD;
}
.BgClassName
{
background-color: #5060AD;
}
</style>
border-color css
<style>
span { border-color: #5060AD; }
span { border-color: rgb(80,96,173); }
td.TdClassName
{
border-color: #5060AD;
}
.TagClassName
{
border-color: #5060AD;
}
</style>