Shades of Free Speech Blue #504DC9
Tints of Free Speech Blue #504DC9
RGB
CMYK
RGB Variations
Color information
#504DC9 (or 0x504DC9) is known color: Free Speech Blue. HEX triplet: 50, 4D and C9. RGB value is (80,77,201). Sum of RGB (Red+Green+Blue) = 80+77+201=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #504DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DC9 is #AFB236. Grayscale: #5B5B5B. Windows color (decimal): -11514423 or 13192528. OLE color: 13192528.
HSL color Cylindrical-coordinate representation of color #504DC9: hue angle of 241.45º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504DC9 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 77 | 201 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.21 |
| HSL | 241.45º | 0.53% | 0.55% | - |
| HSV(B) | 241.45º | 0.62% | 0.79% | - |
| XYZ | 16.5 | 11.23 | 56.56 | - |
| YUV | 92.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 201 | 0.60 | 0.62 | 0 | 0.21 | 241.45 | 0.53 | 0.55 |
| Hex | 50 | 4D | C9 | 3C | 3E | 0 | 15 | F1 | 35 | 37 |
| Octal | 120 | 115 | 311 | 74 | 76 | 0 | 25 | 361 | 65 | 67 |
| Binary | 1010000 | 1001101 | 11001001 | 111100 | 111110 | 0 | 10101 | 11110001 | 110101 | 110111 |
Color Harmonies of #504DC9
Complementary color
Monochromatic Colors of #504DC9
Black with #504DC9
Text Example
Text Example
White with #504DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DC9; }
p { color: rgb(80,77,201); }
H1.HeaderClassName
{
color: #504DC9;
}
.AnyTagClassName
{
color: #504DC9;
}
</style>
background-color css
<style>
a { background-color: #504DC9; }
a { background-color: rgb(80,77,201); }
div.DivClassName
{
background-color: #504DC9;
}
.BgClassName
{
background-color: #504DC9;
}
</style>
border-color css
<style>
span { border-color: #504DC9; }
span { border-color: rgb(80,77,201); }
td.TdClassName
{
border-color: #504DC9;
}
.TagClassName
{
border-color: #504DC9;
}
</style>