Shades of Rich Blue #504BBD
Tints of Rich Blue #504BBD
RGB
CMYK
RGB Variations
Color information
#504BBD (or 0x504BBD) is known color: Rich Blue. HEX triplet: 50, 4B and BD. RGB value is (80,75,189). Sum of RGB (Red+Green+Blue) = 80+75+189=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #504BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BBD is #AFB442. Grayscale: #595959. Windows color (decimal): -11514947 or 12405584. OLE color: 12405584.
HSL color Cylindrical-coordinate representation of color #504BBD: hue angle of 242.63º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504BBD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 75 | 189 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.26 |
| HSL | 242.63º | 0.46% | 0.52% | - |
| HSV(B) | 242.63º | 0.6% | 0.74% | - |
| XYZ | 15.01 | 10.41 | 49.36 | - |
| YUV | 89.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 189 | 0.58 | 0.60 | 0 | 0.26 | 242.63 | 0.46 | 0.52 |
| Hex | 50 | 4B | BD | 3A | 3C | 0 | 1A | F3 | 2E | 34 |
| Octal | 120 | 113 | 275 | 72 | 74 | 0 | 32 | 363 | 56 | 64 |
| Binary | 1010000 | 1001011 | 10111101 | 111010 | 111100 | 0 | 11010 | 11110011 | 101110 | 110100 |
Color Harmonies of #504BBD
Complementary color
Monochromatic Colors of #504BBD
Black with #504BBD
Text Example
Text Example
White with #504BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BBD; }
p { color: rgb(80,75,189); }
H1.HeaderClassName
{
color: #504BBD;
}
.AnyTagClassName
{
color: #504BBD;
}
</style>
background-color css
<style>
a { background-color: #504BBD; }
a { background-color: rgb(80,75,189); }
div.DivClassName
{
background-color: #504BBD;
}
.BgClassName
{
background-color: #504BBD;
}
</style>
border-color css
<style>
span { border-color: #504BBD; }
span { border-color: rgb(80,75,189); }
td.TdClassName
{
border-color: #504BBD;
}
.TagClassName
{
border-color: #504BBD;
}
</style>