Shades of Rich Blue #504FAE
Tints of Rich Blue #504FAE
RGB
CMYK
RGB Variations
Color information
#504FAE (or 0x504FAE) is known color: Rich Blue. HEX triplet: 50, 4F and AE. RGB value is (80,79,174). Sum of RGB (Red+Green+Blue) = 80+79+174=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #504FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FAE is #AFB051. Grayscale: #595959. Windows color (decimal): -11513938 or 11423568. OLE color: 11423568.
HSL color Cylindrical-coordinate representation of color #504FAE: hue angle of 240.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504FAE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 79 | 174 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.32 |
| HSL | 240.63º | 0.38% | 0.5% | - |
| HSV(B) | 240.63º | 0.55% | 0.68% | - |
| XYZ | 13.74 | 10.35 | 41.32 | - |
| YUV | 90.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 174 | 0.54 | 0.55 | 0 | 0.32 | 240.63 | 0.38 | 0.5 |
| Hex | 50 | 4F | AE | 36 | 37 | 0 | 20 | F1 | 26 | 32 |
| Octal | 120 | 117 | 256 | 66 | 67 | 0 | 40 | 361 | 46 | 62 |
| Binary | 1010000 | 1001111 | 10101110 | 110110 | 110111 | 0 | 100000 | 11110001 | 100110 | 110010 |
Color Harmonies of #504FAE
Complementary color
Monochromatic Colors of #504FAE
Black with #504FAE
Text Example
Text Example
White with #504FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FAE; }
p { color: rgb(80,79,174); }
H1.HeaderClassName
{
color: #504FAE;
}
.AnyTagClassName
{
color: #504FAE;
}
</style>
background-color css
<style>
a { background-color: #504FAE; }
a { background-color: rgb(80,79,174); }
div.DivClassName
{
background-color: #504FAE;
}
.BgClassName
{
background-color: #504FAE;
}
</style>
border-color css
<style>
span { border-color: #504FAE; }
span { border-color: rgb(80,79,174); }
td.TdClassName
{
border-color: #504FAE;
}
.TagClassName
{
border-color: #504FAE;
}
</style>