Shades of Free Speech Blue #514EC9
Tints of Free Speech Blue #514EC9
RGB
CMYK
RGB Variations
Color information
#514EC9 (or 0x514EC9) is known color: Free Speech Blue. HEX triplet: 51, 4E and C9. RGB value is (81,78,201). Sum of RGB (Red+Green+Blue) = 81+78+201=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #514EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EC9 is #AEB136. Grayscale: #5C5C5C. Windows color (decimal): -11448631 or 13192785. OLE color: 13192785.
HSL color Cylindrical-coordinate representation of color #514EC9: hue angle of 241.46º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514EC9 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 78 | 201 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.21 |
| HSL | 241.46º | 0.53% | 0.55% | - |
| HSV(B) | 241.46º | 0.61% | 0.79% | - |
| XYZ | 16.66 | 11.42 | 56.58 | - |
| YUV | 92.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 201 | 0.60 | 0.61 | 0 | 0.21 | 241.46 | 0.53 | 0.55 |
| Hex | 51 | 4E | C9 | 3C | 3D | 0 | 15 | F1 | 35 | 37 |
| Octal | 121 | 116 | 311 | 74 | 75 | 0 | 25 | 361 | 65 | 67 |
| Binary | 1010001 | 1001110 | 11001001 | 111100 | 111101 | 0 | 10101 | 11110001 | 110101 | 110111 |
Color Harmonies of #514EC9
Complementary color
Monochromatic Colors of #514EC9
Black with #514EC9
Text Example
Text Example
White with #514EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EC9; }
p { color: rgb(81,78,201); }
H1.HeaderClassName
{
color: #514EC9;
}
.AnyTagClassName
{
color: #514EC9;
}
</style>
background-color css
<style>
a { background-color: #514EC9; }
a { background-color: rgb(81,78,201); }
div.DivClassName
{
background-color: #514EC9;
}
.BgClassName
{
background-color: #514EC9;
}
</style>
border-color css
<style>
span { border-color: #514EC9; }
span { border-color: rgb(81,78,201); }
td.TdClassName
{
border-color: #514EC9;
}
.TagClassName
{
border-color: #514EC9;
}
</style>