Shades of Free Speech Blue #504EDA
Tints of Free Speech Blue #504EDA
RGB
CMYK
RGB Variations
Color information
#504EDA (or 0x504EDA) is known color: Free Speech Blue. HEX triplet: 50, 4E and DA. RGB value is (80,78,218). Sum of RGB (Red+Green+Blue) = 80+78+218=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #504EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EDA is #AFB125. Grayscale: #5E5E5E. Windows color (decimal): -11514150 or 14306896. OLE color: 14306896.
HSL color Cylindrical-coordinate representation of color #504EDA: hue angle of 240.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504EDA is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 78 | 218 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.15 |
| HSL | 240.86º | 0.65% | 0.58% | - |
| HSV(B) | 240.86º | 0.64% | 0.85% | - |
| XYZ | 18.69 | 12.22 | 67.7 | - |
| YUV | 94.56 | 197.66 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 218 | 0.63 | 0.64 | 0 | 0.15 | 240.86 | 0.65 | 0.58 |
| Hex | 50 | 4E | DA | 3F | 40 | 0 | F | F1 | 41 | 3A |
| Octal | 120 | 116 | 332 | 77 | 100 | 0 | 17 | 361 | 101 | 72 |
| Binary | 1010000 | 1001110 | 11011010 | 111111 | 1000000 | 0 | 1111 | 11110001 | 1000001 | 111010 |
Color Harmonies of #504EDA
Complementary color
Monochromatic Colors of #504EDA
Black with #504EDA
Text Example
Text Example
White with #504EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EDA; }
p { color: rgb(80,78,218); }
H1.HeaderClassName
{
color: #504EDA;
}
.AnyTagClassName
{
color: #504EDA;
}
</style>
background-color css
<style>
a { background-color: #504EDA; }
a { background-color: rgb(80,78,218); }
div.DivClassName
{
background-color: #504EDA;
}
.BgClassName
{
background-color: #504EDA;
}
</style>
border-color css
<style>
span { border-color: #504EDA; }
span { border-color: rgb(80,78,218); }
td.TdClassName
{
border-color: #504EDA;
}
.TagClassName
{
border-color: #504EDA;
}
</style>