Shades of Free Speech Blue #514ED3
Tints of Free Speech Blue #514ED3
RGB
CMYK
RGB Variations
Color information
#514ED3 (or 0x514ED3) is known color: Free Speech Blue. HEX triplet: 51, 4E and D3. RGB value is (81,78,211). Sum of RGB (Red+Green+Blue) = 81+78+211=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 211 (82.81% from 255 or 57.03% from 370); Max value from RGB is 211 - color contains mainly: blue. Hex color #514ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514ED3 is #AEB12C. Grayscale: #5D5D5D. Windows color (decimal): -11448621 or 13848145. OLE color: 13848145.
HSL color Cylindrical-coordinate representation of color #514ED3: hue angle of 241.35º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #514ED3 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 78 | 211 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.17 |
| HSL | 241.35º | 0.6% | 0.57% | - |
| HSV(B) | 241.35º | 0.63% | 0.83% | - |
| XYZ | 17.88 | 11.9 | 62.98 | - |
| YUV | 94.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 211 | 0.62 | 0.63 | 0 | 0.17 | 241.35 | 0.6 | 0.57 |
| Hex | 51 | 4E | D3 | 3E | 3F | 0 | 11 | F1 | 3C | 39 |
| Octal | 121 | 116 | 323 | 76 | 77 | 0 | 21 | 361 | 74 | 71 |
| Binary | 1010001 | 1001110 | 11010011 | 111110 | 111111 | 0 | 10001 | 11110001 | 111100 | 111001 |
Color Harmonies of #514ED3
Complementary color
Monochromatic Colors of #514ED3
Black with #514ED3
Text Example
Text Example
White with #514ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ED3; }
p { color: rgb(81,78,211); }
H1.HeaderClassName
{
color: #514ED3;
}
.AnyTagClassName
{
color: #514ED3;
}
</style>
background-color css
<style>
a { background-color: #514ED3; }
a { background-color: rgb(81,78,211); }
div.DivClassName
{
background-color: #514ED3;
}
.BgClassName
{
background-color: #514ED3;
}
</style>
border-color css
<style>
span { border-color: #514ED3; }
span { border-color: rgb(81,78,211); }
td.TdClassName
{
border-color: #514ED3;
}
.TagClassName
{
border-color: #514ED3;
}
</style>