Shades of Rich Blue #504BBC
Tints of Rich Blue #504BBC
RGB
CMYK
RGB Variations
Color information
#504BBC (or 0x504BBC) is known color: Rich Blue. HEX triplet: 50, 4B and BC. RGB value is (80,75,188). Sum of RGB (Red+Green+Blue) = 80+75+188=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #504BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BBC is #AFB443. Grayscale: #585858. Windows color (decimal): -11514948 or 12340048. OLE color: 12340048.
HSL color Cylindrical-coordinate representation of color #504BBC: hue angle of 242.65º 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 #504BBC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 75 | 188 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.26 |
| HSL | 242.65º | 0.46% | 0.52% | - |
| HSV(B) | 242.65º | 0.6% | 0.74% | - |
| XYZ | 14.9 | 10.37 | 48.79 | - |
| YUV | 89.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 188 | 0.57 | 0.60 | 0 | 0.26 | 242.65 | 0.46 | 0.52 |
| Hex | 50 | 4B | BC | 39 | 3C | 0 | 1A | F3 | 2E | 34 |
| Octal | 120 | 113 | 274 | 71 | 74 | 0 | 32 | 363 | 56 | 64 |
| Binary | 1010000 | 1001011 | 10111100 | 111001 | 111100 | 0 | 11010 | 11110011 | 101110 | 110100 |
Color Harmonies of #504BBC
Complementary color
Monochromatic Colors of #504BBC
Black with #504BBC
Text Example
Text Example
White with #504BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BBC; }
p { color: rgb(80,75,188); }
H1.HeaderClassName
{
color: #504BBC;
}
.AnyTagClassName
{
color: #504BBC;
}
</style>
background-color css
<style>
a { background-color: #504BBC; }
a { background-color: rgb(80,75,188); }
div.DivClassName
{
background-color: #504BBC;
}
.BgClassName
{
background-color: #504BBC;
}
</style>
border-color css
<style>
span { border-color: #504BBC; }
span { border-color: rgb(80,75,188); }
td.TdClassName
{
border-color: #504BBC;
}
.TagClassName
{
border-color: #504BBC;
}
</style>