Shades of Rich Blue #5062AB
Tints of Rich Blue #5062AB
RGB
CMYK
RGB Variations
Color information
#5062AB (or 0x5062AB) is known color: Rich Blue. HEX triplet: 50, 62 and AB. RGB value is (80,98,171). Sum of RGB (Red+Green+Blue) = 80+98+171=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5062AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5062AB is #AF9D54. Grayscale: #646464. Windows color (decimal): -11509077 or 11231824. OLE color: 11231824.
HSL color Cylindrical-coordinate representation of color #5062AB: hue angle of 228.13º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5062AB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 98 | 171 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.33 |
| HSL | 228.13º | 0.36% | 0.49% | - |
| HSV(B) | 228.13º | 0.53% | 0.67% | - |
| XYZ | 15.03 | 13.38 | 40.32 | - |
| YUV | 100.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 171 | 0.53 | 0.43 | 0 | 0.33 | 228.13 | 0.36 | 0.49 |
| Hex | 50 | 62 | AB | 35 | 2B | 0 | 21 | E4 | 24 | 31 |
| Octal | 120 | 142 | 253 | 65 | 53 | 0 | 41 | 344 | 44 | 61 |
| Binary | 1010000 | 1100010 | 10101011 | 110101 | 101011 | 0 | 100001 | 11100100 | 100100 | 110001 |
Color Harmonies of #5062AB
Complementary color
Monochromatic Colors of #5062AB
Black with #5062AB
Text Example
Text Example
White with #5062AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5062AB; }
p { color: rgb(80,98,171); }
H1.HeaderClassName
{
color: #5062AB;
}
.AnyTagClassName
{
color: #5062AB;
}
</style>
background-color css
<style>
a { background-color: #5062AB; }
a { background-color: rgb(80,98,171); }
div.DivClassName
{
background-color: #5062AB;
}
.BgClassName
{
background-color: #5062AB;
}
</style>
border-color css
<style>
span { border-color: #5062AB; }
span { border-color: rgb(80,98,171); }
td.TdClassName
{
border-color: #5062AB;
}
.TagClassName
{
border-color: #5062AB;
}
</style>