Shades of Free Speech Blue #504DC6
Tints of Free Speech Blue #504DC6
RGB
CMYK
RGB Variations
Color information
#504DC6 (or 0x504DC6) is known color: Free Speech Blue. HEX triplet: 50, 4D and C6. RGB value is (80,77,198). Sum of RGB (Red+Green+Blue) = 80+77+198=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #504DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DC6 is #AFB239. Grayscale: #5B5B5B. Windows color (decimal): -11514426 or 12995920. OLE color: 12995920.
HSL color Cylindrical-coordinate representation of color #504DC6: hue angle of 241.49º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504DC6 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 77 | 198 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.22 |
| HSL | 241.49º | 0.51% | 0.54% | - |
| HSV(B) | 241.49º | 0.61% | 0.78% | - |
| XYZ | 16.16 | 11.09 | 54.72 | - |
| YUV | 91.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 198 | 0.60 | 0.61 | 0 | 0.22 | 241.49 | 0.51 | 0.54 |
| Hex | 50 | 4D | C6 | 3C | 3D | 0 | 16 | F1 | 33 | 36 |
| Octal | 120 | 115 | 306 | 74 | 75 | 0 | 26 | 361 | 63 | 66 |
| Binary | 1010000 | 1001101 | 11000110 | 111100 | 111101 | 0 | 10110 | 11110001 | 110011 | 110110 |
Color Harmonies of #504DC6
Complementary color
Monochromatic Colors of #504DC6
Black with #504DC6
Text Example
Text Example
White with #504DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DC6; }
p { color: rgb(80,77,198); }
H1.HeaderClassName
{
color: #504DC6;
}
.AnyTagClassName
{
color: #504DC6;
}
</style>
background-color css
<style>
a { background-color: #504DC6; }
a { background-color: rgb(80,77,198); }
div.DivClassName
{
background-color: #504DC6;
}
.BgClassName
{
background-color: #504DC6;
}
</style>
border-color css
<style>
span { border-color: #504DC6; }
span { border-color: rgb(80,77,198); }
td.TdClassName
{
border-color: #504DC6;
}
.TagClassName
{
border-color: #504DC6;
}
</style>