Shades of Free Speech Blue #5044D6
Tints of Free Speech Blue #5044D6
RGB
CMYK
RGB Variations
Color information
#5044D6 (or 0x5044D6) is known color: Free Speech Blue. HEX triplet: 50, 44 and D6. RGB value is (80,68,214). Sum of RGB (Red+Green+Blue) = 80+68+214=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #5044D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5044D6 is #AFBB29. Grayscale: #575757. Windows color (decimal): -11516714 or 14042192. OLE color: 14042192.
HSL color Cylindrical-coordinate representation of color #5044D6: hue angle of 244.93º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5044D6 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 68 | 214 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.16 |
| HSL | 244.93º | 0.64% | 0.55% | - |
| HSV(B) | 244.93º | 0.68% | 0.84% | - |
| XYZ | 17.51 | 10.69 | 64.76 | - |
| YUV | 88.23 | 198.98 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 214 | 0.63 | 0.68 | 0 | 0.16 | 244.93 | 0.64 | 0.55 |
| Hex | 50 | 44 | D6 | 3F | 44 | 0 | 10 | F5 | 40 | 37 |
| Octal | 120 | 104 | 326 | 77 | 104 | 0 | 20 | 365 | 100 | 67 |
| Binary | 1010000 | 1000100 | 11010110 | 111111 | 1000100 | 0 | 10000 | 11110101 | 1000000 | 110111 |
Color Harmonies of #5044D6
Complementary color
Monochromatic Colors of #5044D6
Black with #5044D6
Text Example
Text Example
White with #5044D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5044D6; }
p { color: rgb(80,68,214); }
H1.HeaderClassName
{
color: #5044D6;
}
.AnyTagClassName
{
color: #5044D6;
}
</style>
background-color css
<style>
a { background-color: #5044D6; }
a { background-color: rgb(80,68,214); }
div.DivClassName
{
background-color: #5044D6;
}
.BgClassName
{
background-color: #5044D6;
}
</style>
border-color css
<style>
span { border-color: #5044D6; }
span { border-color: rgb(80,68,214); }
td.TdClassName
{
border-color: #5044D6;
}
.TagClassName
{
border-color: #5044D6;
}
</style>