Shades of Free Speech Blue #514EDC
Tints of Free Speech Blue #514EDC
RGB
CMYK
RGB Variations
Color information
#514EDC (or 0x514EDC) is known color: Free Speech Blue. HEX triplet: 51, 4E and DC. RGB value is (81,78,220). Sum of RGB (Red+Green+Blue) = 81+78+220=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #514EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EDC is #AEB123. Grayscale: #5E5E5E. Windows color (decimal): -11448612 or 14437969. OLE color: 14437969.
HSL color Cylindrical-coordinate representation of color #514EDC: hue angle of 241.27º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514EDC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 78 | 220 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.14 |
| HSL | 241.27º | 0.67% | 0.58% | - |
| HSV(B) | 241.27º | 0.65% | 0.86% | - |
| XYZ | 19.04 | 12.37 | 69.09 | - |
| YUV | 95.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 220 | 0.63 | 0.65 | 0 | 0.14 | 241.27 | 0.67 | 0.58 |
| Hex | 51 | 4E | DC | 3F | 41 | 0 | E | F1 | 43 | 3A |
| Octal | 121 | 116 | 334 | 77 | 101 | 0 | 16 | 361 | 103 | 72 |
| Binary | 1010001 | 1001110 | 11011100 | 111111 | 1000001 | 0 | 1110 | 11110001 | 1000011 | 111010 |
Color Harmonies of #514EDC
Complementary color
Monochromatic Colors of #514EDC
Black with #514EDC
Text Example
Text Example
White with #514EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EDC; }
p { color: rgb(81,78,220); }
H1.HeaderClassName
{
color: #514EDC;
}
.AnyTagClassName
{
color: #514EDC;
}
</style>
background-color css
<style>
a { background-color: #514EDC; }
a { background-color: rgb(81,78,220); }
div.DivClassName
{
background-color: #514EDC;
}
.BgClassName
{
background-color: #514EDC;
}
</style>
border-color css
<style>
span { border-color: #514EDC; }
span { border-color: rgb(81,78,220); }
td.TdClassName
{
border-color: #514EDC;
}
.TagClassName
{
border-color: #514EDC;
}
</style>