Shades of Free Speech Blue #504FC0
Tints of Free Speech Blue #504FC0
RGB
CMYK
RGB Variations
Color information
#504FC0 (or 0x504FC0) is known color: Free Speech Blue. HEX triplet: 50, 4F and C0. RGB value is (80,79,192). Sum of RGB (Red+Green+Blue) = 80+79+192=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #504FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FC0 is #AFB03F. Grayscale: #5B5B5B. Windows color (decimal): -11513920 or 12603216. OLE color: 12603216.
HSL color Cylindrical-coordinate representation of color #504FC0: hue angle of 240.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504FC0 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 79 | 192 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.25 |
| HSL | 240.53º | 0.47% | 0.53% | - |
| HSV(B) | 240.53º | 0.59% | 0.75% | - |
| XYZ | 15.62 | 11.1 | 51.19 | - |
| YUV | 92.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 192 | 0.58 | 0.59 | 0 | 0.25 | 240.53 | 0.47 | 0.53 |
| Hex | 50 | 4F | C0 | 3A | 3B | 0 | 19 | F1 | 2F | 35 |
| Octal | 120 | 117 | 300 | 72 | 73 | 0 | 31 | 361 | 57 | 65 |
| Binary | 1010000 | 1001111 | 11000000 | 111010 | 111011 | 0 | 11001 | 11110001 | 101111 | 110101 |
Color Harmonies of #504FC0
Complementary color
Monochromatic Colors of #504FC0
Black with #504FC0
Text Example
Text Example
White with #504FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FC0; }
p { color: rgb(80,79,192); }
H1.HeaderClassName
{
color: #504FC0;
}
.AnyTagClassName
{
color: #504FC0;
}
</style>
background-color css
<style>
a { background-color: #504FC0; }
a { background-color: rgb(80,79,192); }
div.DivClassName
{
background-color: #504FC0;
}
.BgClassName
{
background-color: #504FC0;
}
</style>
border-color css
<style>
span { border-color: #504FC0; }
span { border-color: rgb(80,79,192); }
td.TdClassName
{
border-color: #504FC0;
}
.TagClassName
{
border-color: #504FC0;
}
</style>