Shades of Rich Blue #504EAE
Tints of Rich Blue #504EAE
RGB
CMYK
RGB Variations
Color information
#504EAE (or 0x504EAE) is known color: Rich Blue. HEX triplet: 50, 4E and AE. RGB value is (80,78,174). Sum of RGB (Red+Green+Blue) = 80+78+174=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #504EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EAE is #AFB151. Grayscale: #595959. Windows color (decimal): -11514194 or 11423312. OLE color: 11423312.
HSL color Cylindrical-coordinate representation of color #504EAE: hue angle of 241.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504EAE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 78 | 174 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.32 |
| HSL | 241.25º | 0.38% | 0.49% | - |
| HSV(B) | 241.25º | 0.55% | 0.68% | - |
| XYZ | 13.67 | 10.21 | 41.29 | - |
| YUV | 89.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 174 | 0.54 | 0.55 | 0 | 0.32 | 241.25 | 0.38 | 0.49 |
| Hex | 50 | 4E | AE | 36 | 37 | 0 | 20 | F1 | 26 | 31 |
| Octal | 120 | 116 | 256 | 66 | 67 | 0 | 40 | 361 | 46 | 61 |
| Binary | 1010000 | 1001110 | 10101110 | 110110 | 110111 | 0 | 100000 | 11110001 | 100110 | 110001 |
Color Harmonies of #504EAE
Complementary color
Monochromatic Colors of #504EAE
Black with #504EAE
Text Example
Text Example
White with #504EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EAE; }
p { color: rgb(80,78,174); }
H1.HeaderClassName
{
color: #504EAE;
}
.AnyTagClassName
{
color: #504EAE;
}
</style>
background-color css
<style>
a { background-color: #504EAE; }
a { background-color: rgb(80,78,174); }
div.DivClassName
{
background-color: #504EAE;
}
.BgClassName
{
background-color: #504EAE;
}
</style>
border-color css
<style>
span { border-color: #504EAE; }
span { border-color: rgb(80,78,174); }
td.TdClassName
{
border-color: #504EAE;
}
.TagClassName
{
border-color: #504EAE;
}
</style>