Shades of Rich Blue #505EAE
Tints of Rich Blue #505EAE
RGB
CMYK
RGB Variations
Color information
#505EAE (or 0x505EAE) is known color: Rich Blue. HEX triplet: 50, 5E and AE. RGB value is (80,94,174). Sum of RGB (Red+Green+Blue) = 80+94+174=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #505EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EAE is #AFA151. Grayscale: #626262. Windows color (decimal): -11510098 or 11427408. OLE color: 11427408.
HSL color Cylindrical-coordinate representation of color #505EAE: hue angle of 231.06º 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 #505EAE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 94 | 174 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.32 |
| HSL | 231.06º | 0.37% | 0.5% | - |
| HSV(B) | 231.06º | 0.54% | 0.68% | - |
| XYZ | 14.95 | 12.77 | 41.72 | - |
| YUV | 98.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 174 | 0.54 | 0.46 | 0 | 0.32 | 231.06 | 0.37 | 0.5 |
| Hex | 50 | 5E | AE | 36 | 2E | 0 | 20 | E7 | 25 | 32 |
| Octal | 120 | 136 | 256 | 66 | 56 | 0 | 40 | 347 | 45 | 62 |
| Binary | 1010000 | 1011110 | 10101110 | 110110 | 101110 | 0 | 100000 | 11100111 | 100101 | 110010 |
Color Harmonies of #505EAE
Complementary color
Monochromatic Colors of #505EAE
Black with #505EAE
Text Example
Text Example
White with #505EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EAE; }
p { color: rgb(80,94,174); }
H1.HeaderClassName
{
color: #505EAE;
}
.AnyTagClassName
{
color: #505EAE;
}
</style>
background-color css
<style>
a { background-color: #505EAE; }
a { background-color: rgb(80,94,174); }
div.DivClassName
{
background-color: #505EAE;
}
.BgClassName
{
background-color: #505EAE;
}
</style>
border-color css
<style>
span { border-color: #505EAE; }
span { border-color: rgb(80,94,174); }
td.TdClassName
{
border-color: #505EAE;
}
.TagClassName
{
border-color: #505EAE;
}
</style>