Shades of Rich Blue #504DAE
Tints of Rich Blue #504DAE
RGB
CMYK
RGB Variations
Color information
#504DAE (or 0x504DAE) is known color: Rich Blue. HEX triplet: 50, 4D and AE. RGB value is (80,77,174). Sum of RGB (Red+Green+Blue) = 80+77+174=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #504DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAE is #AFB251. Grayscale: #585858. Windows color (decimal): -11514450 or 11423056. OLE color: 11423056.
HSL color Cylindrical-coordinate representation of color #504DAE: hue angle of 241.86º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504DAE is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 77 | 174 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.32 |
| HSL | 241.86º | 0.39% | 0.49% | - |
| HSV(B) | 241.86º | 0.56% | 0.68% | - |
| XYZ | 13.6 | 10.07 | 41.27 | - |
| YUV | 88.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 174 | 0.54 | 0.56 | 0 | 0.32 | 241.86 | 0.39 | 0.49 |
| Hex | 50 | 4D | AE | 36 | 38 | 0 | 20 | F2 | 27 | 31 |
| Octal | 120 | 115 | 256 | 66 | 70 | 0 | 40 | 362 | 47 | 61 |
| Binary | 1010000 | 1001101 | 10101110 | 110110 | 111000 | 0 | 100000 | 11110010 | 100111 | 110001 |
Color Harmonies of #504DAE
Complementary color
Monochromatic Colors of #504DAE
Black with #504DAE
Text Example
Text Example
White with #504DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DAE; }
p { color: rgb(80,77,174); }
H1.HeaderClassName
{
color: #504DAE;
}
.AnyTagClassName
{
color: #504DAE;
}
</style>
background-color css
<style>
a { background-color: #504DAE; }
a { background-color: rgb(80,77,174); }
div.DivClassName
{
background-color: #504DAE;
}
.BgClassName
{
background-color: #504DAE;
}
</style>
border-color css
<style>
span { border-color: #504DAE; }
span { border-color: rgb(80,77,174); }
td.TdClassName
{
border-color: #504DAE;
}
.TagClassName
{
border-color: #504DAE;
}
</style>