Shades of Free Speech Blue #514CCF
Tints of Free Speech Blue #514CCF
RGB
CMYK
RGB Variations
Color information
#514CCF (or 0x514CCF) is known color: Free Speech Blue. HEX triplet: 51, 4C and CF. RGB value is (81,76,207). Sum of RGB (Red+Green+Blue) = 81+76+207=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #514CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CCF is #AEB330. Grayscale: #5B5B5B. Windows color (decimal): -11449137 or 13585489. OLE color: 13585489.
HSL color Cylindrical-coordinate representation of color #514CCF: hue angle of 242.29º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #514CCF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 76 | 207 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.19 |
| HSL | 242.29º | 0.58% | 0.55% | - |
| HSV(B) | 242.29º | 0.63% | 0.81% | - |
| XYZ | 17.24 | 11.42 | 60.33 | - |
| YUV | 92.43 | 192.66 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 207 | 0.61 | 0.63 | 0 | 0.19 | 242.29 | 0.58 | 0.55 |
| Hex | 51 | 4C | CF | 3D | 3F | 0 | 13 | F2 | 3A | 37 |
| Octal | 121 | 114 | 317 | 75 | 77 | 0 | 23 | 362 | 72 | 67 |
| Binary | 1010001 | 1001100 | 11001111 | 111101 | 111111 | 0 | 10011 | 11110010 | 111010 | 110111 |
Color Harmonies of #514CCF
Complementary color
Monochromatic Colors of #514CCF
Black with #514CCF
Text Example
Text Example
White with #514CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CCF; }
p { color: rgb(81,76,207); }
H1.HeaderClassName
{
color: #514CCF;
}
.AnyTagClassName
{
color: #514CCF;
}
</style>
background-color css
<style>
a { background-color: #514CCF; }
a { background-color: rgb(81,76,207); }
div.DivClassName
{
background-color: #514CCF;
}
.BgClassName
{
background-color: #514CCF;
}
</style>
border-color css
<style>
span { border-color: #514CCF; }
span { border-color: rgb(81,76,207); }
td.TdClassName
{
border-color: #514CCF;
}
.TagClassName
{
border-color: #514CCF;
}
</style>