Shades of Free Speech Blue #504EC5
Tints of Free Speech Blue #504EC5
RGB
CMYK
RGB Variations
Color information
#504EC5 (or 0x504EC5) is known color: Free Speech Blue. HEX triplet: 50, 4E and C5. RGB value is (80,78,197). Sum of RGB (Red+Green+Blue) = 80+78+197=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #504EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EC5 is #AFB13A. Grayscale: #5B5B5B. Windows color (decimal): -11514171 or 12930640. OLE color: 12930640.
HSL color Cylindrical-coordinate representation of color #504EC5: hue angle of 241.01º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504EC5 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 78 | 197 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.23 |
| HSL | 241.01º | 0.51% | 0.54% | - |
| HSV(B) | 241.01º | 0.6% | 0.77% | - |
| XYZ | 16.11 | 11.19 | 54.13 | - |
| YUV | 92.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 197 | 0.59 | 0.60 | 0 | 0.23 | 241.01 | 0.51 | 0.54 |
| Hex | 50 | 4E | C5 | 3B | 3C | 0 | 17 | F1 | 33 | 36 |
| Octal | 120 | 116 | 305 | 73 | 74 | 0 | 27 | 361 | 63 | 66 |
| Binary | 1010000 | 1001110 | 11000101 | 111011 | 111100 | 0 | 10111 | 11110001 | 110011 | 110110 |
Color Harmonies of #504EC5
Complementary color
Monochromatic Colors of #504EC5
Black with #504EC5
Text Example
Text Example
White with #504EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EC5; }
p { color: rgb(80,78,197); }
H1.HeaderClassName
{
color: #504EC5;
}
.AnyTagClassName
{
color: #504EC5;
}
</style>
background-color css
<style>
a { background-color: #504EC5; }
a { background-color: rgb(80,78,197); }
div.DivClassName
{
background-color: #504EC5;
}
.BgClassName
{
background-color: #504EC5;
}
</style>
border-color css
<style>
span { border-color: #504EC5; }
span { border-color: rgb(80,78,197); }
td.TdClassName
{
border-color: #504EC5;
}
.TagClassName
{
border-color: #504EC5;
}
</style>