Shades of Free Speech Blue #514DCC
Tints of Free Speech Blue #514DCC
RGB
CMYK
RGB Variations
Color information
#514DCC (or 0x514DCC) is known color: Free Speech Blue. HEX triplet: 51, 4D and CC. RGB value is (81,77,204). Sum of RGB (Red+Green+Blue) = 81+77+204=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #514DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DCC is #AEB233. Grayscale: #5C5C5C. Windows color (decimal): -11448884 or 13389137. OLE color: 13389137.
HSL color Cylindrical-coordinate representation of color #514DCC: hue angle of 241.89º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514DCC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 77 | 204 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.2 |
| HSL | 241.89º | 0.55% | 0.55% | - |
| HSV(B) | 241.89º | 0.62% | 0.8% | - |
| XYZ | 16.95 | 11.42 | 58.44 | - |
| YUV | 92.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 204 | 0.60 | 0.62 | 0 | 0.2 | 241.89 | 0.55 | 0.55 |
| Hex | 51 | 4D | CC | 3C | 3E | 0 | 14 | F2 | 37 | 37 |
| Octal | 121 | 115 | 314 | 74 | 76 | 0 | 24 | 362 | 67 | 67 |
| Binary | 1010001 | 1001101 | 11001100 | 111100 | 111110 | 0 | 10100 | 11110010 | 110111 | 110111 |
Color Harmonies of #514DCC
Complementary color
Monochromatic Colors of #514DCC
Black with #514DCC
Text Example
Text Example
White with #514DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DCC; }
p { color: rgb(81,77,204); }
H1.HeaderClassName
{
color: #514DCC;
}
.AnyTagClassName
{
color: #514DCC;
}
</style>
background-color css
<style>
a { background-color: #514DCC; }
a { background-color: rgb(81,77,204); }
div.DivClassName
{
background-color: #514DCC;
}
.BgClassName
{
background-color: #514DCC;
}
</style>
border-color css
<style>
span { border-color: #514DCC; }
span { border-color: rgb(81,77,204); }
td.TdClassName
{
border-color: #514DCC;
}
.TagClassName
{
border-color: #514DCC;
}
</style>