Shades of Free Speech Blue #514BCF
Tints of Free Speech Blue #514BCF
RGB
CMYK
RGB Variations
Color information
#514BCF (or 0x514BCF) is known color: Free Speech Blue. HEX triplet: 51, 4B and CF. RGB value is (81,75,207). Sum of RGB (Red+Green+Blue) = 81+75+207=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #514BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BCF is #AEB430. Grayscale: #5B5B5B. Windows color (decimal): -11449393 or 13585233. OLE color: 13585233.
HSL color Cylindrical-coordinate representation of color #514BCF: hue angle of 242.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514BCF is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 75 | 207 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.19 |
| HSL | 242.73º | 0.58% | 0.55% | - |
| HSV(B) | 242.73º | 0.64% | 0.81% | - |
| XYZ | 17.17 | 11.29 | 60.3 | - |
| YUV | 91.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 207 | 0.61 | 0.64 | 0 | 0.19 | 242.73 | 0.58 | 0.55 |
| Hex | 51 | 4B | CF | 3D | 40 | 0 | 13 | F3 | 3A | 37 |
| Octal | 121 | 113 | 317 | 75 | 100 | 0 | 23 | 363 | 72 | 67 |
| Binary | 1010001 | 1001011 | 11001111 | 111101 | 1000000 | 0 | 10011 | 11110011 | 111010 | 110111 |
Color Harmonies of #514BCF
Complementary color
Monochromatic Colors of #514BCF
Black with #514BCF
Text Example
Text Example
White with #514BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BCF; }
p { color: rgb(81,75,207); }
H1.HeaderClassName
{
color: #514BCF;
}
.AnyTagClassName
{
color: #514BCF;
}
</style>
background-color css
<style>
a { background-color: #514BCF; }
a { background-color: rgb(81,75,207); }
div.DivClassName
{
background-color: #514BCF;
}
.BgClassName
{
background-color: #514BCF;
}
</style>
border-color css
<style>
span { border-color: #514BCF; }
span { border-color: rgb(81,75,207); }
td.TdClassName
{
border-color: #514BCF;
}
.TagClassName
{
border-color: #514BCF;
}
</style>