Shades of Free Speech Blue #514EC3
Tints of Free Speech Blue #514EC3
RGB
CMYK
RGB Variations
Color information
#514EC3 (or 0x514EC3) is known color: Free Speech Blue. HEX triplet: 51, 4E and C3. RGB value is (81,78,195). Sum of RGB (Red+Green+Blue) = 81+78+195=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #514EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EC3 is #AEB13C. Grayscale: #5B5B5B. Windows color (decimal): -11448637 or 12799569. OLE color: 12799569.
HSL color Cylindrical-coordinate representation of color #514EC3: hue angle of 241.54º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514EC3 is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 78 | 195 | - |
| CMYK | 0.58 | 0.6 | 0 | 0.24 |
| HSL | 241.54º | 0.49% | 0.54% | - |
| HSV(B) | 241.54º | 0.6% | 0.76% | - |
| XYZ | 15.97 | 11.14 | 52.94 | - |
| YUV | 92.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 195 | 0.58 | 0.6 | 0 | 0.24 | 241.54 | 0.49 | 0.54 |
| Hex | 51 | 4E | C3 | 3A | 3C | 0 | 18 | F2 | 31 | 36 |
| Octal | 121 | 116 | 303 | 72 | 74 | 0 | 30 | 362 | 61 | 66 |
| Binary | 1010001 | 1001110 | 11000011 | 111010 | 111100 | 0 | 11000 | 11110010 | 110001 | 110110 |
Color Harmonies of #514EC3
Complementary color
Monochromatic Colors of #514EC3
Black with #514EC3
Text Example
Text Example
White with #514EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EC3; }
p { color: rgb(81,78,195); }
H1.HeaderClassName
{
color: #514EC3;
}
.AnyTagClassName
{
color: #514EC3;
}
</style>
background-color css
<style>
a { background-color: #514EC3; }
a { background-color: rgb(81,78,195); }
div.DivClassName
{
background-color: #514EC3;
}
.BgClassName
{
background-color: #514EC3;
}
</style>
border-color css
<style>
span { border-color: #514EC3; }
span { border-color: rgb(81,78,195); }
td.TdClassName
{
border-color: #514EC3;
}
.TagClassName
{
border-color: #514EC3;
}
</style>