Shades of Free Speech Blue #504DC0
Tints of Free Speech Blue #504DC0
RGB
CMYK
RGB Variations
Color information
#504DC0 (or 0x504DC0) is known color: Free Speech Blue. HEX triplet: 50, 4D and C0. RGB value is (80,77,192). Sum of RGB (Red+Green+Blue) = 80+77+192=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #504DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DC0 is #AFB23F. Grayscale: #5A5A5A. Windows color (decimal): -11514432 or 12602704. OLE color: 12602704.
HSL color Cylindrical-coordinate representation of color #504DC0: hue angle of 241.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504DC0 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 77 | 192 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.25 |
| HSL | 241.57º | 0.48% | 0.53% | - |
| HSV(B) | 241.57º | 0.6% | 0.75% | - |
| XYZ | 15.48 | 10.82 | 51.14 | - |
| YUV | 91.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 192 | 0.58 | 0.60 | 0 | 0.25 | 241.57 | 0.48 | 0.53 |
| Hex | 50 | 4D | C0 | 3A | 3C | 0 | 19 | F2 | 30 | 35 |
| Octal | 120 | 115 | 300 | 72 | 74 | 0 | 31 | 362 | 60 | 65 |
| Binary | 1010000 | 1001101 | 11000000 | 111010 | 111100 | 0 | 11001 | 11110010 | 110000 | 110101 |
Color Harmonies of #504DC0
Complementary color
Monochromatic Colors of #504DC0
Black with #504DC0
Text Example
Text Example
White with #504DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DC0; }
p { color: rgb(80,77,192); }
H1.HeaderClassName
{
color: #504DC0;
}
.AnyTagClassName
{
color: #504DC0;
}
</style>
background-color css
<style>
a { background-color: #504DC0; }
a { background-color: rgb(80,77,192); }
div.DivClassName
{
background-color: #504DC0;
}
.BgClassName
{
background-color: #504DC0;
}
</style>
border-color css
<style>
span { border-color: #504DC0; }
span { border-color: rgb(80,77,192); }
td.TdClassName
{
border-color: #504DC0;
}
.TagClassName
{
border-color: #504DC0;
}
</style>