Shades of Rich Blue #505EAB
Tints of Rich Blue #505EAB
RGB
CMYK
RGB Variations
Color information
#505EAB (or 0x505EAB) is known color: Rich Blue. HEX triplet: 50, 5E and AB. RGB value is (80,94,171). Sum of RGB (Red+Green+Blue) = 80+94+171=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #505EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAB is #AFA154. Grayscale: #626262. Windows color (decimal): -11510101 or 11230800. OLE color: 11230800.
HSL color Cylindrical-coordinate representation of color #505EAB: hue angle of 230.77º 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 #505EAB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 94 | 171 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.33 |
| HSL | 230.77º | 0.36% | 0.49% | - |
| HSV(B) | 230.77º | 0.53% | 0.67% | - |
| XYZ | 14.66 | 12.65 | 40.2 | - |
| YUV | 98.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 171 | 0.53 | 0.45 | 0 | 0.33 | 230.77 | 0.36 | 0.49 |
| Hex | 50 | 5E | AB | 35 | 2D | 0 | 21 | E7 | 24 | 31 |
| Octal | 120 | 136 | 253 | 65 | 55 | 0 | 41 | 347 | 44 | 61 |
| Binary | 1010000 | 1011110 | 10101011 | 110101 | 101101 | 0 | 100001 | 11100111 | 100100 | 110001 |
Color Harmonies of #505EAB
Complementary color
Monochromatic Colors of #505EAB
Black with #505EAB
Text Example
Text Example
White with #505EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EAB; }
p { color: rgb(80,94,171); }
H1.HeaderClassName
{
color: #505EAB;
}
.AnyTagClassName
{
color: #505EAB;
}
</style>
background-color css
<style>
a { background-color: #505EAB; }
a { background-color: rgb(80,94,171); }
div.DivClassName
{
background-color: #505EAB;
}
.BgClassName
{
background-color: #505EAB;
}
</style>
border-color css
<style>
span { border-color: #505EAB; }
span { border-color: rgb(80,94,171); }
td.TdClassName
{
border-color: #505EAB;
}
.TagClassName
{
border-color: #505EAB;
}
</style>