Shades of Free Speech Blue #514DC3
Tints of Free Speech Blue #514DC3
RGB
CMYK
RGB Variations
Color information
#514DC3 (or 0x514DC3) is known color: Free Speech Blue. HEX triplet: 51, 4D and C3. RGB value is (81,77,195). Sum of RGB (Red+Green+Blue) = 81+77+195=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #514DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DC3 is #AEB23C. Grayscale: #5B5B5B. Windows color (decimal): -11448893 or 12799313. OLE color: 12799313.
HSL color Cylindrical-coordinate representation of color #514DC3: hue angle of 242.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514DC3 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 77 | 195 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.24 |
| HSL | 242.03º | 0.5% | 0.53% | - |
| HSV(B) | 242.03º | 0.61% | 0.76% | - |
| XYZ | 15.9 | 11 | 52.91 | - |
| YUV | 91.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 195 | 0.58 | 0.61 | 0 | 0.24 | 242.03 | 0.5 | 0.53 |
| Hex | 51 | 4D | C3 | 3A | 3D | 0 | 18 | F2 | 32 | 35 |
| Octal | 121 | 115 | 303 | 72 | 75 | 0 | 30 | 362 | 62 | 65 |
| Binary | 1010001 | 1001101 | 11000011 | 111010 | 111101 | 0 | 11000 | 11110010 | 110010 | 110101 |
Color Harmonies of #514DC3
Complementary color
Monochromatic Colors of #514DC3
Black with #514DC3
Text Example
Text Example
White with #514DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DC3; }
p { color: rgb(81,77,195); }
H1.HeaderClassName
{
color: #514DC3;
}
.AnyTagClassName
{
color: #514DC3;
}
</style>
background-color css
<style>
a { background-color: #514DC3; }
a { background-color: rgb(81,77,195); }
div.DivClassName
{
background-color: #514DC3;
}
.BgClassName
{
background-color: #514DC3;
}
</style>
border-color css
<style>
span { border-color: #514DC3; }
span { border-color: rgb(81,77,195); }
td.TdClassName
{
border-color: #514DC3;
}
.TagClassName
{
border-color: #514DC3;
}
</style>