Shades of Free Speech Blue #5149CE
Tints of Free Speech Blue #5149CE
RGB
CMYK
RGB Variations
Color information
#5149CE (or 0x5149CE) is known color: Free Speech Blue. HEX triplet: 51, 49 and CE. RGB value is (81,73,206). Sum of RGB (Red+Green+Blue) = 81+73+206=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5149CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149CE is #AEB631. Grayscale: #5A5A5A. Windows color (decimal): -11449906 or 13519185. OLE color: 13519185.
HSL color Cylindrical-coordinate representation of color #5149CE: hue angle of 243.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5149CE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 73 | 206 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.19 |
| HSL | 243.61º | 0.58% | 0.55% | - |
| HSV(B) | 243.61º | 0.65% | 0.81% | - |
| XYZ | 16.92 | 10.97 | 59.62 | - |
| YUV | 90.55 | 193.15 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 206 | 0.61 | 0.65 | 0 | 0.19 | 243.61 | 0.58 | 0.55 |
| Hex | 51 | 49 | CE | 3D | 41 | 0 | 13 | F4 | 3A | 37 |
| Octal | 121 | 111 | 316 | 75 | 101 | 0 | 23 | 364 | 72 | 67 |
| Binary | 1010001 | 1001001 | 11001110 | 111101 | 1000001 | 0 | 10011 | 11110100 | 111010 | 110111 |
Color Harmonies of #5149CE
Complementary color
Monochromatic Colors of #5149CE
Black with #5149CE
Text Example
Text Example
White with #5149CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5149CE; }
p { color: rgb(81,73,206); }
H1.HeaderClassName
{
color: #5149CE;
}
.AnyTagClassName
{
color: #5149CE;
}
</style>
background-color css
<style>
a { background-color: #5149CE; }
a { background-color: rgb(81,73,206); }
div.DivClassName
{
background-color: #5149CE;
}
.BgClassName
{
background-color: #5149CE;
}
</style>
border-color css
<style>
span { border-color: #5149CE; }
span { border-color: rgb(81,73,206); }
td.TdClassName
{
border-color: #5149CE;
}
.TagClassName
{
border-color: #5149CE;
}
</style>