Shades of Rich Blue #504AB5
Tints of Rich Blue #504AB5
RGB
CMYK
RGB Variations
Color information
#504AB5 (or 0x504AB5) is known color: Rich Blue. HEX triplet: 50, 4A and B5. RGB value is (80,74,181). Sum of RGB (Red+Green+Blue) = 80+74+181=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #504AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AB5 is #AFB54A. Grayscale: #575757. Windows color (decimal): -11515211 or 11881040. OLE color: 11881040.
HSL color Cylindrical-coordinate representation of color #504AB5: hue angle of 243.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504AB5 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 74 | 181 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.29 |
| HSL | 243.36º | 0.42% | 0.5% | - |
| HSV(B) | 243.36º | 0.59% | 0.71% | - |
| XYZ | 14.1 | 9.94 | 44.89 | - |
| YUV | 87.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 181 | 0.56 | 0.59 | 0 | 0.29 | 243.36 | 0.42 | 0.5 |
| Hex | 50 | 4A | B5 | 38 | 3B | 0 | 1D | F3 | 2A | 32 |
| Octal | 120 | 112 | 265 | 70 | 73 | 0 | 35 | 363 | 52 | 62 |
| Binary | 1010000 | 1001010 | 10110101 | 111000 | 111011 | 0 | 11101 | 11110011 | 101010 | 110010 |
Color Harmonies of #504AB5
Complementary color
Monochromatic Colors of #504AB5
Black with #504AB5
Text Example
Text Example
White with #504AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AB5; }
p { color: rgb(80,74,181); }
H1.HeaderClassName
{
color: #504AB5;
}
.AnyTagClassName
{
color: #504AB5;
}
</style>
background-color css
<style>
a { background-color: #504AB5; }
a { background-color: rgb(80,74,181); }
div.DivClassName
{
background-color: #504AB5;
}
.BgClassName
{
background-color: #504AB5;
}
</style>
border-color css
<style>
span { border-color: #504AB5; }
span { border-color: rgb(80,74,181); }
td.TdClassName
{
border-color: #504AB5;
}
.TagClassName
{
border-color: #504AB5;
}
</style>