Shades of Free Speech Blue #504EDC
Tints of Free Speech Blue #504EDC
RGB
CMYK
RGB Variations
Color information
#504EDC (or 0x504EDC) is known color: Free Speech Blue. HEX triplet: 50, 4E and DC. RGB value is (80,78,220). Sum of RGB (Red+Green+Blue) = 80+78+220=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #504EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EDC is #AFB123. Grayscale: #5E5E5E. Windows color (decimal): -11514148 or 14437968. OLE color: 14437968.
HSL color Cylindrical-coordinate representation of color #504EDC: hue angle of 240.85º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504EDC is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 78 | 220 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.14 |
| HSL | 240.85º | 0.67% | 0.58% | - |
| HSV(B) | 240.85º | 0.65% | 0.86% | - |
| XYZ | 18.95 | 12.32 | 69.09 | - |
| YUV | 94.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 220 | 0.64 | 0.65 | 0 | 0.14 | 240.85 | 0.67 | 0.58 |
| Hex | 50 | 4E | DC | 40 | 41 | 0 | E | F1 | 43 | 3A |
| Octal | 120 | 116 | 334 | 100 | 101 | 0 | 16 | 361 | 103 | 72 |
| Binary | 1010000 | 1001110 | 11011100 | 1000000 | 1000001 | 0 | 1110 | 11110001 | 1000011 | 111010 |
Color Harmonies of #504EDC
Complementary color
Monochromatic Colors of #504EDC
Black with #504EDC
Text Example
Text Example
White with #504EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EDC; }
p { color: rgb(80,78,220); }
H1.HeaderClassName
{
color: #504EDC;
}
.AnyTagClassName
{
color: #504EDC;
}
</style>
background-color css
<style>
a { background-color: #504EDC; }
a { background-color: rgb(80,78,220); }
div.DivClassName
{
background-color: #504EDC;
}
.BgClassName
{
background-color: #504EDC;
}
</style>
border-color css
<style>
span { border-color: #504EDC; }
span { border-color: rgb(80,78,220); }
td.TdClassName
{
border-color: #504EDC;
}
.TagClassName
{
border-color: #504EDC;
}
</style>