Shades of Free Speech Blue #5149CD
Tints of Free Speech Blue #5149CD
RGB
CMYK
RGB Variations
Color information
#5149CD (or 0x5149CD) is known color: Free Speech Blue. HEX triplet: 51, 49 and CD. RGB value is (81,73,205). Sum of RGB (Red+Green+Blue) = 81+73+205=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #5149CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149CD is #AEB632. Grayscale: #595959. Windows color (decimal): -11449907 or 13453649. OLE color: 13453649.
HSL color Cylindrical-coordinate representation of color #5149CD: hue angle of 243.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5149CD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 73 | 205 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.20 |
| HSL | 243.64º | 0.57% | 0.55% | - |
| HSV(B) | 243.64º | 0.64% | 0.8% | - |
| XYZ | 16.8 | 10.92 | 58.98 | - |
| YUV | 90.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 205 | 0.60 | 0.64 | 0 | 0.20 | 243.64 | 0.57 | 0.55 |
| Hex | 51 | 49 | CD | 3C | 40 | 0 | 14 | F4 | 39 | 37 |
| Octal | 121 | 111 | 315 | 74 | 100 | 0 | 24 | 364 | 71 | 67 |
| Binary | 1010001 | 1001001 | 11001101 | 111100 | 1000000 | 0 | 10100 | 11110100 | 111001 | 110111 |
Color Harmonies of #5149CD
Complementary color
Monochromatic Colors of #5149CD
Black with #5149CD
Text Example
Text Example
White with #5149CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5149CD; }
p { color: rgb(81,73,205); }
H1.HeaderClassName
{
color: #5149CD;
}
.AnyTagClassName
{
color: #5149CD;
}
</style>
background-color css
<style>
a { background-color: #5149CD; }
a { background-color: rgb(81,73,205); }
div.DivClassName
{
background-color: #5149CD;
}
.BgClassName
{
background-color: #5149CD;
}
</style>
border-color css
<style>
span { border-color: #5149CD; }
span { border-color: rgb(81,73,205); }
td.TdClassName
{
border-color: #5149CD;
}
.TagClassName
{
border-color: #5149CD;
}
</style>