Shades of Free Speech Blue #5044C4
Tints of Free Speech Blue #5044C4
RGB
CMYK
RGB Variations
Color information
#5044C4 (or 0x5044C4) is known color: Free Speech Blue. HEX triplet: 50, 44 and C4. RGB value is (80,68,196). Sum of RGB (Red+Green+Blue) = 80+68+196=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #5044C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5044C4 is #AFBB3B. Grayscale: #555555. Windows color (decimal): -11516732 or 12862544. OLE color: 12862544.
HSL color Cylindrical-coordinate representation of color #5044C4: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5044C4 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 68 | 196 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.23 |
| HSL | 245.63º | 0.52% | 0.52% | - |
| HSV(B) | 245.63º | 0.65% | 0.77% | - |
| XYZ | 15.34 | 9.83 | 53.31 | - |
| YUV | 86.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 196 | 0.59 | 0.65 | 0 | 0.23 | 245.63 | 0.52 | 0.52 |
| Hex | 50 | 44 | C4 | 3B | 41 | 0 | 17 | F6 | 34 | 34 |
| Octal | 120 | 104 | 304 | 73 | 101 | 0 | 27 | 366 | 64 | 64 |
| Binary | 1010000 | 1000100 | 11000100 | 111011 | 1000001 | 0 | 10111 | 11110110 | 110100 | 110100 |
Color Harmonies of #5044C4
Complementary color
Monochromatic Colors of #5044C4
Black with #5044C4
Text Example
Text Example
White with #5044C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5044C4; }
p { color: rgb(80,68,196); }
H1.HeaderClassName
{
color: #5044C4;
}
.AnyTagClassName
{
color: #5044C4;
}
</style>
background-color css
<style>
a { background-color: #5044C4; }
a { background-color: rgb(80,68,196); }
div.DivClassName
{
background-color: #5044C4;
}
.BgClassName
{
background-color: #5044C4;
}
</style>
border-color css
<style>
span { border-color: #5044C4; }
span { border-color: rgb(80,68,196); }
td.TdClassName
{
border-color: #5044C4;
}
.TagClassName
{
border-color: #5044C4;
}
</style>