Shades of Free Speech Blue #5041D0
Tints of Free Speech Blue #5041D0
RGB
CMYK
RGB Variations
Color information
#5041D0 (or 0x5041D0) is known color: Free Speech Blue. HEX triplet: 50, 41 and D0. RGB value is (80,65,208). Sum of RGB (Red+Green+Blue) = 80+65+208=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #5041D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041D0 is #AFBE2F. Grayscale: #555555. Windows color (decimal): -11517488 or 13648208. OLE color: 13648208.
HSL color Cylindrical-coordinate representation of color #5041D0: hue angle of 246.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5041D0 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 65 | 208 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.18 |
| HSL | 246.29º | 0.6% | 0.54% | - |
| HSV(B) | 246.29º | 0.69% | 0.82% | - |
| XYZ | 16.58 | 10.04 | 60.74 | - |
| YUV | 85.79 | 196.97 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 208 | 0.62 | 0.69 | 0 | 0.18 | 246.29 | 0.6 | 0.54 |
| Hex | 50 | 41 | D0 | 3E | 45 | 0 | 12 | F6 | 3C | 36 |
| Octal | 120 | 101 | 320 | 76 | 105 | 0 | 22 | 366 | 74 | 66 |
| Binary | 1010000 | 1000001 | 11010000 | 111110 | 1000101 | 0 | 10010 | 11110110 | 111100 | 110110 |
Color Harmonies of #5041D0
Complementary color
Monochromatic Colors of #5041D0
Black with #5041D0
Text Example
Text Example
White with #5041D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041D0; }
p { color: rgb(80,65,208); }
H1.HeaderClassName
{
color: #5041D0;
}
.AnyTagClassName
{
color: #5041D0;
}
</style>
background-color css
<style>
a { background-color: #5041D0; }
a { background-color: rgb(80,65,208); }
div.DivClassName
{
background-color: #5041D0;
}
.BgClassName
{
background-color: #5041D0;
}
</style>
border-color css
<style>
span { border-color: #5041D0; }
span { border-color: rgb(80,65,208); }
td.TdClassName
{
border-color: #5041D0;
}
.TagClassName
{
border-color: #5041D0;
}
</style>