Shades of Rich Blue #504BBA
Tints of Rich Blue #504BBA
RGB
CMYK
RGB Variations
Color information
#504BBA (or 0x504BBA) is known color: Rich Blue. HEX triplet: 50, 4B and BA. RGB value is (80,75,186). Sum of RGB (Red+Green+Blue) = 80+75+186=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #504BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BBA is #AFB445. Grayscale: #585858. Windows color (decimal): -11514950 or 12208976. OLE color: 12208976.
HSL color Cylindrical-coordinate representation of color #504BBA: hue angle of 242.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504BBA is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 75 | 186 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.27 |
| HSL | 242.7º | 0.45% | 0.51% | - |
| HSV(B) | 242.7º | 0.6% | 0.73% | - |
| XYZ | 14.69 | 10.28 | 47.67 | - |
| YUV | 89.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 186 | 0.57 | 0.60 | 0 | 0.27 | 242.7 | 0.45 | 0.51 |
| Hex | 50 | 4B | BA | 39 | 3C | 0 | 1B | F3 | 2D | 33 |
| Octal | 120 | 113 | 272 | 71 | 74 | 0 | 33 | 363 | 55 | 63 |
| Binary | 1010000 | 1001011 | 10111010 | 111001 | 111100 | 0 | 11011 | 11110011 | 101101 | 110011 |
Color Harmonies of #504BBA
Complementary color
Monochromatic Colors of #504BBA
Black with #504BBA
Text Example
Text Example
White with #504BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BBA; }
p { color: rgb(80,75,186); }
H1.HeaderClassName
{
color: #504BBA;
}
.AnyTagClassName
{
color: #504BBA;
}
</style>
background-color css
<style>
a { background-color: #504BBA; }
a { background-color: rgb(80,75,186); }
div.DivClassName
{
background-color: #504BBA;
}
.BgClassName
{
background-color: #504BBA;
}
</style>
border-color css
<style>
span { border-color: #504BBA; }
span { border-color: rgb(80,75,186); }
td.TdClassName
{
border-color: #504BBA;
}
.TagClassName
{
border-color: #504BBA;
}
</style>