Shades of Free Speech Blue #514EC0
Tints of Free Speech Blue #514EC0
RGB
CMYK
RGB Variations
Color information
#514EC0 (or 0x514EC0) is known color: Free Speech Blue. HEX triplet: 51, 4E and C0. RGB value is (81,78,192). Sum of RGB (Red+Green+Blue) = 81+78+192=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #514EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EC0 is #AEB13F. Grayscale: #5B5B5B. Windows color (decimal): -11448640 or 12602961. OLE color: 12602961.
HSL color Cylindrical-coordinate representation of color #514EC0: hue angle of 241.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514EC0 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 78 | 192 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.25 |
| HSL | 241.58º | 0.48% | 0.53% | - |
| HSV(B) | 241.58º | 0.59% | 0.75% | - |
| XYZ | 15.63 | 11 | 51.17 | - |
| YUV | 91.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 192 | 0.58 | 0.59 | 0 | 0.25 | 241.58 | 0.48 | 0.53 |
| Hex | 51 | 4E | C0 | 3A | 3B | 0 | 19 | F2 | 30 | 35 |
| Octal | 121 | 116 | 300 | 72 | 73 | 0 | 31 | 362 | 60 | 65 |
| Binary | 1010001 | 1001110 | 11000000 | 111010 | 111011 | 0 | 11001 | 11110010 | 110000 | 110101 |
Color Harmonies of #514EC0
Complementary color
Monochromatic Colors of #514EC0
Black with #514EC0
Text Example
Text Example
White with #514EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EC0; }
p { color: rgb(81,78,192); }
H1.HeaderClassName
{
color: #514EC0;
}
.AnyTagClassName
{
color: #514EC0;
}
</style>
background-color css
<style>
a { background-color: #514EC0; }
a { background-color: rgb(81,78,192); }
div.DivClassName
{
background-color: #514EC0;
}
.BgClassName
{
background-color: #514EC0;
}
</style>
border-color css
<style>
span { border-color: #514EC0; }
span { border-color: rgb(81,78,192); }
td.TdClassName
{
border-color: #514EC0;
}
.TagClassName
{
border-color: #514EC0;
}
</style>